Question: Objective: In this problem you will be dealing with input/output and simple control statements such as if, if-else etc. Problem: Suppose there four students in

 Objective: In this problem you will be dealing with input/output and

Objective: In this problem you will be dealing with input/output and simple control statements such as if, if-else etc. Problem: Suppose there four students in a class. Each student has three grades in a course, say CS 180. For example Jason 78, 89, 100 Clinton 88, 90, 75 Timothy 100, 80, 99 Alice 10, 98,76 Write a program that asks: students name followed by first, second, and third. So, when user executes you code, it should say like as follows: Enter first student name and three grades : Enter second student name and three grades: Enter third student name and three grades : Enter fourth student name and three grades: Once the all the inputs are entered, then program computes: minimum, maximum, and average grade of each students. Program also determines student with best average grade. Once everything is determined, then program outputs the following: Student Name Min. Grade Max. Grade Average Student with best average is

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!