Back to Browse

C++ 7-2 Calculating Rainfall - Total, Average, Min and Max values in Array

25.9K views
Mar 1, 2015
14:54

Starting out with C++ From Control Structures through Objects C++ Programming Challenge 7-2 Calculating Rainfall - Total, Average, Min and Max values in Array Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. 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. Learning to code? Follow my C++ tutorials for beginners. I do a lot of C++ programming challenges and C++ projects as part of my homework - every day! If you are learning to program, nothing beats solving real programming exercises and coding challenges. So don't forget to subscribe, as I release new programming videos every day!

Download

0 formats

No download links available.

C++ 7-2 Calculating Rainfall - Total, Average, Min and Max values in Array | NatokHD