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

Feeling defensive tonight.

Name: Anonymous 2009-01-03 19:43

// starting point, given number should be an integer >= 0
private static void timestable (int n) {
      for (byte i = 1 ; i < 11 ; i++) {
        System.out.println(n + " x " + i + " = " + n * i);
      }
}

Name: Anonymous 2009-01-03 19:45

>>1
ENTERPRISE QUALITY TABULATION

Name: Anonymous 2009-01-04 4:54

Exceptions are overrated.

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