How do you find a largest number in an array? Write out the code in the whiteboard.
Sigiloso
I wrote out something like this: for (int counter = 1; counter max) { max = decMax[counter]; } } System.out.println("The highest maximum for the December is: " + max);