ITS 320 - Repetition Control Structure, Five Floating Point

Option #1: Repetition Control Structure - Five Floating Point Numbers
Assignment Instructions
Help 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
Assignment Submission Instructions
- Submit a text file containing your Python code into the Module 4 drop box. Name your file ITS320_CTA4_Option1.py.
Option #2: Repetition Control Structure - Grade Statistics
Assignment Instructions
- Help program that will provide important statistics for the grades in a class. The program will utilize a loop to read five floating-point grades from user input.
- Ask the user to enter the values, then print the following data:
- Average
- Maximum
- Minimum
Assignment Submission Instructions
- Submit a text file containing your Python code into the Module 4 drop box. Name your file ITS320_CTA4_Option2.py.
I have been trying to learn Python for about a couple weeks now and it's starting to get very confusing right now. Can someone please help me with this question? I only need to do one of these questions. I am confused on what to do, I tried to learn from another solution but it didn't make sense. If you can do the coding so I can learn to see how it is done, that would help me out a lot. Any information on this problem will help greatly.

-
Rating:
5/
Solution: ITS 320 - Repetition Control Structure, Five Floating Point