/* What is the output of the following program? Laura Toma csci101 */ public class Whee { public static void main (String args[]) { System.out.println("Whee!"); main(args); } // end of main } // end of class