Write a program that allows the user to enter a number of integers until the user inputs zero. (0) The program then prints the total number of positive, negative, even and odd integers that I’ve been entered. Your program should also print the sum and average of the input values (not counting zeros) The average should be rounded to 2 decimal places

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter7: File Handling And Applications
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question
(Java) Write a program that allows the user to enter a number of integers until the user inputs zero. (0) The program then prints the total number of positive, negative, even and odd integers that I’ve been entered. Your program should also print the sum and average of the input values (not counting zeros) The average should be rounded to 2 decimal places
Sample run
Enter the first integer (0 to terminate): 0
no numbers are entered except 0
Enter the first integer (0 to terminate): 3
Enter the next integer (0 to terminate): 1
Enter the next integer (0 to terminate): 6
Enter the next integer (0 to terminate): 0
The number of positives is 3
The number of negatives is 0
The number of evens is 1
The number of odds is 2
The total is 10
The average is 3.33
Transcribed Image Text:Sample run Enter the first integer (0 to terminate): 0 no numbers are entered except 0 Enter the first integer (0 to terminate): 3 Enter the next integer (0 to terminate): 1 Enter the next integer (0 to terminate): 6 Enter the next integer (0 to terminate): 0 The number of positives is 3 The number of negatives is 0 The number of evens is 1 The number of odds is 2 The total is 10 The average is 3.33
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage