Question
C++ Thank you! Part 1 Write a program that reads in ten whole numbers and that outputs the sum of all the numbers greater than
C++ Thank you!
Part 1 Write a program that reads in ten whole numbers and that outputs the sum of all the numbers greater than zero, the sum of all the numbers less than zero (which will be a negative number or zero), and the sum of all the numbers, whether positive, negative or zero. The user enters the ten numbers just once each, and the user can enter them in any order. Your program should not ask users to enter the positive and negative numbers separately.
Part 2 Modify your program so that it outputs the sum of all positive numbers, the average of all positive numbers, the sum of all nonpositive numbers, the average of all nonpositive numbers, the sum of all positive and nonpositive numbers, and the average of all numbers entered.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started