An open API service indexing awesome lists of open source software.

https://github.com/zyn10/rainfall_basic_anaylysis

Basic Analysis of Rainfall using cpp
https://github.com/zyn10/rainfall_basic_anaylysis

cpp programming-exercises programming-fundamentals rainfall-data

Last synced: 11 days ago
JSON representation

Basic Analysis of Rainfall using cpp

Awesome Lists containing this project

README

          

# rainfall_basic_anaylysis
Basic Analysis of Rainfall using cpp

Question


Write a program that lets the user enter the total rainfall for each of 12 months into an array of double. The program should calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and lowest amounts.