/** * CS1322: Programming Assignment #6 - Fall 2002 * *
* IDBox for: P6.java * * Revisions: 1.0 Nov. 25, 2002 * Created the P6 class * ** * Collaboration statement: * "I worked on the homework assignment alone, using only * course materials." * * @author Roland Krystian Alberciak * @version Version 1.0, Nov. 25, 2002 */ // imports are listed above IDBox public class P6 { /** Debug value for toggling System.out.* output */ public static boolean DEBUG = false; public static boolean DEBUG_CODE = false; public static boolean DEBUG_MAIN = true; /* // ======================================================================= // Main method (overrides this commenting system for readibility reasons) // ======================================================================= */ /** * Debugging main for class P6. * This method will rigorously test my code. * *