0
One dimension array help plz
Student class is defined as follows.  Class Student {int Number              String Name} Using the âStudentâ class write a Java program that reads studentâs data on the screen into one dimension array. List the data that you red in array. Test your program for 10 students and show the result list.
1 Answer