Question: Pseudocode, Test Plan, Flowchart and Test Case for this ( JAVA ) : ( Count positive and negative numbers and compute the average of numbers
Pseudocode, Test Plan, Flowchart and Test Case for this JAVA:
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.
Sample Run
Enter an integer, the input ends if it is :
The number of positives is
The number of negatives is
The total is
The average is
Sample Run
Enter an integer, the input ends if it is :
No numbers are entered except
Sample Run
Enter an integer, the input ends if it is :
The number of positives is
The number of negatives is
The total is
The average is
Sample Run
Enter an integer, the input ends 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
