//******************************************************************** // / Class Name: Bugs.java // Assignment: Lab #2, A Program with Some Syntax Bugs // // Author Name: Your Name REPLACE with YOUR info // Email: youremail@calpoly.edu and ADD your name to // URL: www.calpoly.edu/~yourlogin/ the HISTORY below when // UNIX home: /home/yourpath/yourhomedir you make your CHANGES. // // Course: CSC/CPE 101 ALSO update these // Section: Prof Scheftic's lines with your // Term: ongoing own specific information // School: California Polytechnic State University // Address: San Luis Obispo, CA 93407 USA // // History: // 3/20/2000 M. Liu // 9/23/2000 C. Scheftic, changed some errors for CSC/CPE-101 // 1/14/2001 C. Scheftic, changed some more for new quarter's class // 4/06/2001 C. Scheftic, changed some more... // These comments are deliberately vague, since students are to find bugs! // //******************************************************************** // Note: // Additional documentation has been omitted by your professor on purpose. // Once you have fixed the bugs, add appropriate comments yourself // *before* you submit this file for grading. //******************************************************************** Public class bugs { public static void Main (String args[]) ( system.out.println("\nCSc 101 is my favorite class\n) } // end main // end Bugs