Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a java program that determines how many positive and negative integers have been entered and calculates the total and average of all the entered
Write a java program that determines how many positive and negative integers have been entered and calculates the total and average of all the entered numbers. Firstly, ask the user to enter any number of integers. The user should enter 0 to indicate the end of their input. The program should then determine the number of positive and negative integers entered by the user, and print out the result. The total of all integers entered as well as the average should then be calculated and displayed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started