Answered You can hire a professional tutor to get the answer.

QUESTION

Tuesday, Nov. 29, 2016 at 5:30pm Objectives Given an array, learn to compute the sum, find minimum/maximun, etc.

After above computation, your program should display the following summary rainfall report on screen (by using main() or write another displayReport() function)

=== 2015 Rain Report for Phoenix AZ ===Total rainfall: 9.55 inchesAverage monthly rainfall: 0.80 inchesThe least rain fell in June with 0.11 inches.The most rain fell in August with 1.60 inches.

Sample Run

User input in bold and enclosed with [ ]

Please enter the file's name: [rainFall2015Ver1.txt]

=== 2015 Rain Report for Phoenix AZ ===Total rainfall: 9.55 inchesAverage monthly rainfall: 0.80 inchesThe least rain fell in June with 0.11 inches.The most rain fell in August with 1.60 inches.

Misce. Instructions

Study the following sample codes posted on Blackboard

  • Patially fill an array by reading data from a file

  • Using parallel arrays

  • Various operation on arrays demo 

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question