2. Rainfall Statistics Write a program that lets the user enter the total rainfall for each of 12 months inte an array of doubles. The program should calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and lowest amounts. Input Validation: Do not accept negative numbers for monthly rainfall figures.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

See images attached, C++, function file, main file, header file needed.

2. Rainfall Statistics
Write a program that lets the user enter the total rainfall for each of 12 months into
an array of doubles. The program should calculate and display the total rainfall for
the year, the average monthly rainfall, and the months with the highest and lowest
amounts.
Input Validation: Do not accept negative numbers for monthly rainfall figures.
Transcribed Image Text:2. Rainfall Statistics Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. The program should calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and lowest amounts. Input Validation: Do not accept negative numbers for monthly rainfall figures.
with the following changes:
When you display the month with the highest rainfall and the month with the lowest rainfalI,
display the month names, like:
o January had the smallest rainfall, with 2 inches.
o April had the most rainfall, with 12 inches.
Hint: Define a parallel array of strings that contains the month names. Use the index that refers
to the min (or max) value in rainfall to get the corresponding month name so that you can
display the appropriate month. You may initialize this array of strings inside the program so
you don't have to keep entering all the month names.
Testing Hint: Get things working with, say, only 3 months so that each time you run it, you
don't have to enter 12 numbers. Once you're confident things are working, expand it to all 12
months and ensure it still works.
Transcribed Image Text:with the following changes: When you display the month with the highest rainfall and the month with the lowest rainfalI, display the month names, like: o January had the smallest rainfall, with 2 inches. o April had the most rainfall, with 12 inches. Hint: Define a parallel array of strings that contains the month names. Use the index that refers to the min (or max) value in rainfall to get the corresponding month name so that you can display the appropriate month. You may initialize this array of strings inside the program so you don't have to keep entering all the month names. Testing Hint: Get things working with, say, only 3 months so that each time you run it, you don't have to enter 12 numbers. Once you're confident things are working, expand it to all 12 months and ensure it still works.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY