#include<iostream.h>
#include<stdio.h>
#include<conio.h>
#include<string.h>
char ans;
main()
{
textcolor(13);
clrscr();
cout<<endl<<"would you like to play pass the message?<Y/N>";
cin>>ans;
ans=toupper(ans);
while (ans=='Y');
{
clrscr();
cout<<endl<<"cuddly cows graze in grooves or grass "<<endl
<<"in w/c grows on groves in grooves"<<endl<<endl;
cout<<endl<<"Do you want other try?<Y/N>";
cin>>ans;
ans=toupper(ans);
while (ans=='y');
}
clrscr();
cout<<"Thank you for playing tongue twister:>>"<<endl<<endl<<endl;
getch();
return(0);
}
pls.. answer my question po.. i need it right now..
This post has been edited by Atli: 02 August 2012 - 04:56 AM
Reason for edit:: Please use [code] tags when posting code.

New Topic/Question
Reply



MultiQuote





|