Skip to content

Instantly share code, notes, and snippets.

@Cellane
Created February 25, 2015 12:40
Show Gist options
  • Save Cellane/be86202c71595595223d to your computer and use it in GitHub Desktop.
Save Cellane/be86202c71595595223d to your computer and use it in GitHub Desktop.
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