Help program that utilizes a loop to read a set of five


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

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

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Help program that utilizes a loop to read a set of five
Reference No:- TGS02688934

Now Priced at $20 (50% Discount)

Recommended (92%)

Rated (4.4/5)