Question: Create a Fortran program that solves the following problem: Write a program that will process the test scores for a course. Specifically, your program should

Create a Fortran program that solves the following problem: Write a program that will process the test scores for a course. Specifically, your program should do the following: Ask the user to enter the number of students. The program should loop until a valid number (1 through 60) has been input. Loop for each student, asking for the students name and test score. Prompt messages should include the student number (student #1, student #2, etc.). The program should loop until a valid test score (0 through 100) has been input. Once all data has been input, the program should display: The average (using decimals) The high score and the name of that student The low score and the name of that student A list of every student (name and score) that scored equal to or greater than the average

Note: Make sure this is done in Fortran and no other language

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!