In a computer class, one student getting bored of the lectures started throwing airplane papers on the teacher.
Teacher: Stop that mischief and gives punishment to the student to write on the blackboard 500 times that "I will not throw paper airplanes in class"
Student : (stands up) Goes to the blackboard and writes
#include
int main(void)
{
int count;
for (count=1; count <= 500; count ++)
printf ("I will not throw paper airplanes in class.");
return 0;
}
0 comments:
Subscribe to:
Post Comments (Atom)

Post a Comment