Question: Using a loop, write a program that takes in 5 test values for each student and displays that student's average, minimum and maximum test

Using a loop, write a program that takes in 5 test values 



Using a loop, write a program that takes in 5 test values for each student and displays that student's average, minimum and maximum test grades entered. Allow multiple Students(having 5 scores each - Use a for loop). There are two logic errors in the given code. Once the logic errors are fixed, the program should run and produce logical results. There is also a few places where the program doesn't follow generally good practise in design. With the use of if/else, do/while, and for loops. improve upon the code. Keep a written journal jotting your thoughts and how you programmed it. The design and improved part will be discussed in 4B, and having your notes will improve your recall.

Step by Step Solution

3.33 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a Python program that takes in 5 test values for each student and displays that students avera... View full answer

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 Programming Questions!