Write program that uses nested for loops to collect data and calculate the total and average rainfall over a period of years. The average will be a result of integer division so, it will not be precisely accurate but good enough. First the program should ask for the number of years. Use the read command for all user input. The outer loop will iterate once for each year. The inner loop will iterate 12 times, once for each month. Each iteration of the inner loop will ask the user for the inches of rainfall for that month. Use the read command for all user input. After all iterations, the program should display the number of years, the total number of months, the total inches of rainfall, and the average rainfall per month for the entire period.  Sample run: rainfall.sh Enter the number of years: 1 For year 1: Enter the rainfall for month 1: 2 Enter the rainfall for month 2: 3 Enter the rainfall for month 3: 2 Enter the rainfall for month 4: 4 Enter the rainfall for month 5: 2 Enter the rainfall for month 6: 3 Enter the rainfall for month 7: 3 Enter the rainfall for month 8: 0 Enter the rainfall for month 9: 2 Enter the rainfall for month 10: 2 Enter the rainfall for month 11: 2 Enter the rainfall for month 12: 2 The number of years for this run is: 1 The total number of months for this run is: 12 The total rainfall for this run is: 27 The average rainfall per month

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.4: A Case Study: Rectangular To Polar Coordinate Conversion
Problem 9E: (Numerical) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question

Write program that uses nested for loops to collect data and
calculate the total and average rainfall over a period of years. The
average will be a result of integer division so, it will not be precisely
accurate but good enough.
First the program should ask for the number of years. Use the read
command for all user input. The outer loop will iterate once for each
year. The inner loop will iterate 12 times, once for each month. Each
iteration of the inner loop will ask the user for the inches of rainfall for
that month. Use the read command for all user input. After all
iterations, the program should display the number of years, the total
number of months, the total inches of rainfall, and the average rainfall
per month for the entire period. 
Sample run:
rainfall.sh
Enter the number of years: 1
For year 1:
Enter the rainfall for month 1: 2
Enter the rainfall for month 2: 3
Enter the rainfall for month 3: 2
Enter the rainfall for month 4: 4
Enter the rainfall for month 5: 2
Enter the rainfall for month 6: 3
Enter the rainfall for month 7: 3
Enter the rainfall for month 8: 0
Enter the rainfall for month 9: 2
Enter the rainfall for month 10: 2
Enter the rainfall for month 11: 2
Enter the rainfall for month 12: 2
The number of years for this run is: 1
The total number of months for this run is: 12
The total rainfall for this run is: 27
The average rainfall per month is: 2

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Basics of loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,