Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OpenStack Trove

Authors: Amrith Kumar, Douglas Shelley

1st Edition

1484212215, 9781484212219

More Books

Students also viewed these Databases questions