Question: Java please Write a program that read data from a file InputData.txt that stores students names and their test scores and outputs the following information.
Java please
Write a program that read data from a file InputData.txt that stores students names and their test scores and outputs the following information. All data read from files can be stored in Array-Based List objects. Note that in InputData.txt, the first column is students name and second column is the score.
Calculate and print the average score of all students scores;
Print the name of all students whose test scores are below the class average with an appropriate message;
Print the highest test score and the names of all the students having the highest score;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
