public class cs1007 { // variable Student[] students; // constructor public cs1007( int enrollment ) { ReadInput input = new ReadInput( System.in ); String name; students = new Student[enrollment]; for ( int i=0; i" ); System.exit( 1 ); } int enrollment = ( Integer.valueOf( args[0] )).intValue(); cs1007 f02 = new cs1007( enrollment ); System.out.println( "here is the class: " ); f02.printRoster(); } // end main() public void printRoster() { for ( int i=0; i