Search This Blog

Tuesday, July 26, 2011

Can someone help me please :'(




main(){
char cChoice, cMarker1;
printf("****************************************nn");
printf(" FLIP!-TAC-TOE 3D nn");
printf(" Enter S to start the game or nn");
printf(" E to exit! nn");
printf(" Choice: nn ", cChoice);
printf("****************************************nn");
scanf("%c", &cChoice);
system("CLS");




this is the task:Display a simple introduction screen at the beginning of the game. After making a choice (or whenever you want to), you may clear the screen using the system("CLS"); function.


Can someone help how to generate a code when he/she inputt the letter S the game will start and when he/she inputted E the game will exit? Please?

http://bit.ly/pY0D4x

No comments:

Post a Comment