|
kp4621@gmail.com
This is for DaWei, I spelled great wrong sorry in the poll it should say "great" not "grate". There ya go so all of you who have to have things spelled so perfectly that is for you too.
__________________
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;
}
|