|
kp4621@gmail.com
Why should I? I can type however I would like to, and if you would like to ignore me then you may. But one thing is certain, I will continue posting with no regard to what you think.
__________________
Help me out and get rewards , K.O. Hosting
#include <iostream>
using namespace std;
int main()
{
int name;
cout << "Please enter your name: " << endl;
cin >> name;
cout << "Hello " << name << " Please go jump off a cliff !!" << endl;
return 0;
}
|