Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

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

Visual Basic6 Database Programming

Authors: John W. Fronckowiak, David J. Helda

1st Edition

ISBN: 0764532545, 978-0764532542

More Books

Students also viewed these Databases questions