99 bottles of beer: Difference between revisions

m
→‎Console: Why make a whole nother call for one character?
(SNUSP)
m (→‎Console: Why make a whole nother call for one character?)
Line 570:
System.out.println(x + " bottles of beer");
System.out.println("Take one down, pass it around");
System.out.println((x-1) + " bottles of beer on the wall\n");
System.out.println();
}
}
Anonymous user