Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed 



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

Step: 1

Heres a Python program that takes in 5 test values for each student and displays that students avera... 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_2

Step: 3

blur-text-image_3

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

Java How To Program Late Objects Version

Authors: Paul Deitel, Deitel & Associates

8th Edition

0136123716, 9780136123712

More Books

Students also viewed these Programming questions

Question

Use the escape sequence \" to display a quoted string.

Answered: 1 week ago

Question

What happens if a team cant get past the storming stage?

Answered: 1 week ago