Question: Create a new Java class called: CountPos Write a program that will get five numbers from the user, and will display the count of how

Create a new Java class called: CountPos Write a program that will get five numbers from the user, and will display the count of how many of the numbers are positive (i.e. any integer above zero). "s" to the end of "integers" (i.e. 1 integer vs 2 integers). The following is an example of what your MIGHT see on the screen when your program runs. The exact output depends on what values that the user types in while the program runs. Please be sure that you test ALL of the examples shown below with your program. The user's inputted values are shown below in italics: Enter five integers: -8 14 You have entered 2 positive integers. Here is another example program run: Enter five integers: -8 -14 7 You have entered 1 positive integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
