Question: (JAVA NetBeans) Write a Java program. Class Student contains instance variable String name and int score. The java program creates an array of Student with
(JAVA NetBeans) Write a Java program. Class Student contains instance variable String name and int score. The java program creates an array of Student with a length of n. The program asks you to enter the names and scores of n students. The program calculates the sum and the average score of students. Also, the program outputs the highest and lowest score (and the corresponding names). You must use array to solve this problem.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
