



|
Prom?
#include <iostream.h>
int main();
{
//var
char theirname[];
char myname[];
char ans;
event = Prom;
//input
cout<<"Your Name: "<<endl;
cin>>myname[];
cout<<"Their Name: "<<endl;
cin>>theirname[];
//Question
cout<<"Will you,"<<theirname<<" goto,"event<<"with"<<yourname<<endl;
cin>>ans;
return 0;
}
|
Ratings & Comments
This snippet has not yet been rated.
|
|
|


|