Lol brian, you are right, it will never fit on the board without the newline :D
BTW, about the '\n\. Doesn't the wipeboard support wordwrap?
Think Bart Simpson would like to learn how to code in C?
21st century? Try late 20th. 21st would be:
using System;
namespace AfterSchool{
class Detention {
static void Main(string[] args) {
for (int count = 1; count <= 500; count++) {
Console.WriteLine ("I will not throw paper airplanes in class\n");
}
}
}
}
Phil, with the WriteLine the \n is not needed ;-)
Thats Coder / Geek / Engineers for yahhh....
looking for design flaws, debating system interfaces.... and which language should be used for the project!!
:-)
IMO: The lack of \n was intentional. Why should he make it easy for the teacher to count the lines? ;)
Additionally, the usual specification for a project like this ("Write 'I will not throw paper airplanes in class' 500 times onto the table") never asks for line breaks between sentences. ;)