Wednesday, November 08, 2006
Overdose of computing
Here is a program that resulted frm too much computing http://download.yousendit.com/880F5071120CC3E9
Valid till nov 15 2.30am sg time.(No virus, little intelligence required)
Or if u have a compiler and linker, include the stdio.h n ctype.h file urself, cant make it appear in blogger. copy n paste:
/*Program created when u get too sian of studying for exams*/
#include
#include
int main(void)
{
char ch;
do
{
printf("If today's date is before 1st Dec, type ""Y"", else type ""N"": ");
fflush(stdin);
ch=toupper(getchar());
printf("\n");
if (ch=='Y')
printf("What do u tink i m doing? Mugging lah!!! Sian man ^&&$#&%#^&^$#@&^ \a\a\a\a\a\a\a\a\a\a\a\n");
else if (ch=='N')
printf("Whoot!!! I'm probably enjoyin myself rite now!!! pls disturb me!!! \n");
else
printf("Ei, u study too much, too stressed or jus plain dumb?\nI said type 'Y' or 'N' rite? wat u type? \n\n");
} while (ch!='Y' && ch!='N');
fflush(stdin);
printf("\nPress the ENTER key to continue.");
getchar();
return 0;
}
mercurial @ 2:33 AM
---------------------------------------------------------------
Comments:
Post a Comment