#include (iostream.h) (i cannot put the sharp bracket or else it wouldn't appear)
#include
void main ()
{
cout<<"Are you sleepy and tired?\nPress y for yes, and n for no.\n";
char bla;
cin>>bla;
if (bla=='y' || bla == 'Y' )
{
cout<<"Would you like to sleep?\nPress 1 for yes and 2 for no.\n";
int bla1;
cin>>bla1;
if (bla1==1)
cout<<"Go ahead, the bed is beside you ZZZzzzZ.\n";
if (bla1==2)
cout<<"You are tired, just go to sleep!\n";
else
else if (bla=='n' || bla=='N')
cout<<"Just sleep anyways.\n";
else
cout<<"ZZZzzz"; clrscr;
}
Saturday, October 11, 2008
Busy
Posted by Mun at 2:03 AM
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment