Question: Write a Java program to read into two arrays, students names and their test scores. The program should have the following methods: A method to
Write a Java program to read into two arrays, students names and their test scores. The program should have the following methods: A method to calculate the average score. A method to calculate the percentage of students who have a score less than 75. A method to print out the names of the students who have the highest score. The main method to call the above methods. The average score is: 82.14 The percentage of students with a score less than 75 is: 14% The highest score is: 92 The students with the highest scores are: Ahmed Bard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
