#include <iostream>
#include <string>
#include <sstream>
using namespace std;
int main() {
string input = "";
cout << "Please enter your name:\n";
getline(cin, input);
cout << "Hello, " << input << endl << endl;
return 0;
}
Results 1 to 38 of 38
Threaded View
- 23 May. 2013 09:44pm #4
Global Moderator Literally Hitler
Morbidly Obese
Bird Jesus
- Age
- 35
- Join Date
- Nov. 2009
- Location
- The Land Of Ooo
- Posts
- 8,569
- Reputation
- 711
- LCash
- 1.37