Question: Simple flowchart VEry important PLease solve under 1 hour Draw a flowchart that reads an unspecified number of integers, determines he many positive and negative

Simple flowchart VEry important PLease solve under 1 hour
Draw a flowchart that reads an unspecified number of integers, determines he many positive and negative values have been read, and computes the total ar average of the input values (not counting zeros). Your algorithm ends wit the input 0. Display the average as a floating-point number. Here is a sample run: Enter an integer, the input ends if it is 0: 1 2 -1 30 The number of positives is 3 The number of negatives is i The total is 5 The average is 1.25 Enter an integer, the input ends if it is 0:0 NO numbers are entered except 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
