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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!