Question: 10) Write a program that inputs five numbers and determines the number of negative numbers input, the number of positive numbers input and the number
10) Write a program that inputs five numbers and determines the number of negative numbers input, the number of positive numbers input and the number of zeros input. An easy way to create a counter is given in the example below: int counter 0; initializes the counter counter counter +1;//increments the counter each time is used. Note: Output should read as shown below where # replaces the number of inputs and it is displayed on a table format] (40 pts.) Cudhso Positive numbers : # Negative numbers: # tu Zeros numbers :#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
