AverageSixTest
AverageSixTest class for download
Size 1 kB - File type text/plainFile contents
// Chapter 6 of Java How To Program // Debugging Problem public class AverageSixTest { public static void main( String args[] ) { AverageSix application = new AverageSix(); application.quiz(); } // end main } // end class AverageSixTest