Question: Input Loop with Summary Calculations CSIS 123 C++ Programming Fundamentals Assign06 - LoopCalculations Input Loop with Summary Calculations Create the Windows program described in a
Input Loop with Summary Calculations

CSIS 123 C++ Programming Fundamentals Assign06 - LoopCalculations Input Loop with Summary Calculations Create the Windows program described in a suitable folder. Name the Project Assign06-LoopCalculations ave the final version of the project to your H: drive and put a copy on X: to turn in for grading. Prom input until the user enters a negative value. This processing must include pt the user to input an integer value. Process the entry and continue to prompt for additional integer 1. A running total (sum) of the integer values input. Use the+ operator to increase stored sum. 2. Compare previous maximum and minimum values. Set to current entry if it represents new high or lo 3. Increment a 4. Keep a count of the total number of integer values input. Use the increment oper : counter for each odd or even integer entered. Use modulus operator (%) to find odd or even. ator++ to tally count. Calculate an a Both the counter and total sum verage (floa ating-point decimal) of the integer values entered (if count is greater than zero) should be integers. Use a static_cast
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
