The program below is the answer to Deitel’s Java How to Program (9th Edition) Chapter 2 Exercise 2.32.

Question: Write a program that inputs five numbers and determines and prints the number of negative numbers input, the number of positive numbers input and the number of zeros input.

Click here to see other answers to Java How to Program.

Write A Comment