Design a program that allows a user to enter 10 numbers or until 0 (zero) is entered. Store the numbers entered in an ar
Posted: Mon May 09, 2022 7:15 am
Design a program that allows a user to enter 10 numbers or until 0 (zero) is entered. Store the numbers entered in an array, Find and display the sum of the positive numbers and the sum of the negative numbers.