
-------------------------------------------------------------------
#include
int main()
{
int loop;
for (loop=0; loop<100; loop++)
printf("I will not do such-and-such again");
return(0);
}
-------------------------------------------------------------------
#include
int main()
{
int loop;
for (loop=0; loop<100; loop++)
printf("I will not do such-and-such again");
return(0);
}
-------------------------------------------------------------------
He then runs it and turns in the output to the teacher.
No comments:
Post a Comment