Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C# PLS: Write a program that calculates the average monthly rainfall for three months. The program should ask the user to enter the name

In C# PLS:

Write a program that calculates the average monthly 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 that month. The program should display a message similar to the following: The average monthly rainfall for June, July, and August was 6.72 inches.

/* SAMPLE RUN RESULTS

This program will compute the average rainfall for a 3 month period. For each month, enter the month name followed by a space and then the amount of rain (in inches) that fell that month.

Month 1: August 1.8 Month 2: September 2.2 Month 3: October 2.4

The average rainfall for August, September, and October was 2.13 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

Students also viewed these Databases questions