Question: Write a C++ program that computes the positive and negative sums of a set of (5) maxnums user entered numbers. For example: Enter a number
Write a C++ program that computes the positive and negative sums of a set of (5) maxnums user entered numbers. For example: Enter a number (positive or negative): 10 Enter a number (positive or negative): -10 Enter a number (positive or negative): 5 Enter a number (positive or negative): -7 Enter a number (positive or negative): 11 The positive total is: 26 The negative total is: -17
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
