I have been working on the following code for about 6 hours now. I am attempting to write a program in Java that finds the highest, lowest, sum, and mean of an array. The program should also end inputs with the input of "0." I have figured out how to do the sum, mean, highest, lowest. The issue I'm having is to get the array count and to make it exit on "0." Is there a way to have the array variable outside the do/while control...