Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use C++ plz Worth 10 points Write a program that calculates the average rainfall for three months. The program should ask the user to enter

use C++ plz

image text in transcribed

Worth 10 points Write a program that calculates the average rainfall for three months. The program should ask the user to enter the name of each month, such as June or July, and the amount of rain (in inches) that fell each month. The program should then display the average of the three rainfall amounts, rounded to 2 decimal places. The following sample run shows an example of the program's output. Sample Run Enter month: May Enter rainfall for May: 15 Enter month: June Enter rainfall for June: 8.33333 Enter month: July Enter rainfall for July: 1.0000 The average rainfall for May, June, and July is 8.11 inches. 1 1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago