#include<iostream.h>
#include<iomanip.h>
char question[100];
int main()
{
cout << "Ask your question: ";
cin >> question;
cout << endl << endl << 42 << endl;
return 0;
}
View User's Journal
<center><img src="http://www.imageheaven.net/files/11-19-2004/contemppsychoticmind copy.jpg" alt="Hosted By: ImageHeaven.net"></center>
User Comments: [2] [add]
|
shimekitsune Community Member |
User Comments: [2] [add]
Community Member