Snow fall program a write a program that can be used by a


Snow Fall Program: A Write a program that can be used by a ski resort to keep track if local snow conditions for one week. It should have two seven-element arrays to store the date and number of inches of snow. First, the program should ask the user to enter the name of the month. Then, it should have the user enter dates (dates does not need to be in sequential order) and corresponding snow fall. Once data is entered, store them in two arrays mentioned above. Then, the program should produce a report for the week with following information. Use arrays to store snowfall and corresponding dates. a) Highest snow fall. b) Average snow fall.

Here is a sample report

Snow Report December

=================

Date Snow Fall

1 89.00

5 67.98

12 56. 83

13 12.45

16 100.67

20 78.76

25 34.65

Height snow fall is 100.67 on 16th and the average snow fall is 62.90.

Please provide detailed Syntax to code.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Snow fall program a write a program that can be used by a
Reference No:- TGS0954233

Expected delivery within 24 Hours