A boy got caught in class
throwing paper airplanes.
Teacher gave him punishment
to write 5000 times
“I will nit throw paper airplanes in class”
An submit it tomorrow.
Next day, he submitted the
paper written
# include
# include
void main()
{
clrscr();
int i;
for(i=1;i<=5000;i++)
{
printf("I will nit throw paper airplanes in class\n");
}
getch();
}