Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Homework

Name: Anonymous 2009-03-18 18:48

Print "SUSSMAN" 300 times (each on a new line) to the output device using Java.

Name: Anonymous 2009-03-18 19:36

>>4
Inefficient. You are going to be wasting time incrementing i, checking it against the final condition, and jumping back to the print statement.  A much more efficient way would be to write System.out.println("SUSSMAN"); 300 times.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List