Python 3) Option #1: Repetition Control Structure – Five Floating Point Numbers
(Not rated)
(Not rated)
(Python 3) Option #1: Repetition Control Structure – Five Floating Point Numbers
Assignment Instructions
Write a program that utilizes a loop to read a set of five floating-point values from user input. Ask the user to enter the values, then print the following data:
Total
Average
Maximum
Minimum
Interest at 20% for each original value entered by the user.
Use the formula: Interest_Value = Original_value + Original_value*0.2
7 years ago
python code attached
NOT RATED
Purchase the answer to view it

- average.py