Tuesday, January 28, 2014

Professor Gave Me Punishment

Professor Gave Me Punishment to Write 5000 Times the following line :
.
.
.
.
“I Will Not Throw Paper Airplanes In Class…”

And To Submit It Tomorrow…
Next Day,
I Submitted The Paper Written...
.
.
.
.
# include <stdio.h>
# include<conio.h>
void Main( )
{
clrscr( );
int n;
for(n=1; n<=5000;n++)
printf(“I Will Not Throw Paper Airplanes In Class\n");
getch( );
}


Be A Programmer… Think Differently

No comments:

Post a Comment