Question: ( Count positive and negative numbers and compute the average of numbers ) Write a program that reads an unspecified number of integers, determines how
Count positive and negative numbers and compute the average of numbers Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read, and computes the total and average of the input values not counting zeros Your program ends with the input Display the average as a floatingpoint number. Here is a sample run:
Enter an integer, the inputends if it is :
The number of positives is
The number of negatives is
The total is
The average is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
