Be A Programmer... ;-> Think Differently!

A Boy Got Caught In Class
Throwing Paper Airplanes.
Teacher Gave Him Punishment
To Write 5000 Times “I Will Not
Throw Paper Airplanes In
Class.” And Submit It
Tomorrow.
Next Day, He Submitted The
Paper Written
# Include
# Include
Void Main( )
{
Clrscr( );Int N;
For( N=1 ; N<=5000 ; N++ )
Printf("I Will Not Throw Paper
Airplanes In Class");
Getch( );
}
Be A Programmer... ;->
Think Differently!
 
Last edited by a moderator:
Top