Title: [Java] well why the fuck not Author: gando Pastebin link: http://pastebin.com/Pe6iupe9 First Edit: Tuesday 6th of December 2011 03:45:46 PM CDT Last Edit: Tuesday 6th of December 2011 03:45:46 PM CDT public class BUTTS {     int butts = 0, butts1 = 0;         public static void main(String[] args)     {           butts1 = 10;         butts();     }     public static void printMsg(String msg)     {         System.out.println(msg);     }         public static void butts()     {         for(; butts < butts1; butts++)         {             printMsg("You have " + butts + " butts.");         }     } }