Created
February 25, 2015 12:40
-
-
Save Cellane/be86202c71595595223d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for(int i=99;i>-1;i--){System.out.println((i==0?"no more":i)+" bottle"+(i==1?"":"s")+" of beer on the wall, "+(i==0?"no more":i)+" bottle"+(i==1?"":"s")+" of beer.\n"+(i==0?"go to the store and buy some more, ":"take one down, pass it around, ")+(i==0?99:(i==1?"no more":i-1))+" bottle"+(i==2?"":"s")+" of beer on the wall\n");} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment