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

/prog/ feels thread

Name: Anonymous 2012-10-16 12:55

that feel when your CS lecturer starts loops from 1 instead of 0.

Name: Anonymous 2012-10-16 13:15

He also indents blocks by one space:
class Main
{
 public static void main( String args[] )
 {
  int i = 1;
  while (i <= 5)
  {
   System.out.println("Hello world!");
  }
 }
}

(yes, they are teaching us Java)

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