Object-Oriented Programming with Java, part II – Exercise 2
Write a number that asks user for input until the user inputs 0. After this, the program prints the average of the positive numbers (numbers that are greater than zero). My Code Main Model Code Main Comments Fairly much the same.