|
kp4621@gmail.com
Even though I argue my point I still want to make things easier for people. That is why I program I want to make programs that help people do tasks that would normaly be hard for them on a computer, but my main thing is game programming.
__________________
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;
}
|