A little different but would this work as well?
Code:
#include <stdio.h>
main()
{int count; count=1; while (count <= 500)
{++count;printf("I will not throw paper airplanes in class.\n");
}
return 0;
}
Had to edit to make the include show up
__________________
"Everyone thinks of changing the world, but no one thinks of changing himself." -- Tolstoy
Last edited by hrdwareguy; 10-09-2003 at 04:20 AM..
|