write a java program that can add up and count a series (any number) of integers entered by the user. use a loop and stop the loop when the user enters a value of zero. then, display the count, total and average. express the average accurate to three decimal places.