Remember, c++ is case senstive, therefore Cout and Cin will not work, you must use cout and cin.
"cogito, ergo sum" -Descartes
More help :(...
Ah, thank you for the saving tip. I'll try to make more sence of what I'm asking other than saving.
I want the input to define the integer. So on the second cout it'll will print out what the person typed in for 'name'. Anyone?
Edited by - Scott_U on March 3, 2002 10:13:19 PM
int name;int main(){cout << "Enter Your Name: "; << endl;cin >> name >> endl;cout << "Thank you " << name << endl;return 0;}
I want the input to define the integer. So on the second cout it'll will print out what the person typed in for 'name'. Anyone?
Edited by - Scott_U on March 3, 2002 10:13:19 PM
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement