Question: Create a Fortran program that solves the following problem: Write a program that will process the exams scores for a course. Specifically, your program should
Create a Fortran program that solves the following problem: Write a program that will process the exams scores for a course. Specifically, your program should do the following: o Ask the user to enter the number of students. The program should loop until a valid number (1 through 60) has been input. o Loop for each student, asking for the students name and exams score. Prompt messages should include the student number (student #1, student #2, etc.). The program should loop until a valid exams score (0 through 100) has been input. o 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
