Revisiting the AptitudeTest class public class AptitudeTest { public static void main (String[] args) { int score; System.out.print( Enter aptitude test score: ); score = TestException.getInteger( ); // test score here } } score = TestException.getInteger( );