Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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. The user's input is shown in bold. Notice the wording of the output and the placement of spaces and punctuation. Your program's output must match this. Sample Run Enter month: May Enter rainfall for May: 15.0 Enter month: June Enter rainfall for June: 8.33333 Enter month: July Enter rainfall for July: 1.0 The average rainfall for May, June, and July is 8.11 inches

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions