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);
      }
}

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