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
- Host: GitHub
- URL: https://github.com/zyn10/rainfall_basic_anaylysis
- Owner: zyn10
- License: mit
- Created: 2022-08-23T17:14:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T14:33:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T15:51:01.015Z (about 1 year ago)
- Topics: cpp, programming-exercises, programming-fundamentals, rainfall-data
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.