How can you find the highest value in an array?
Anonymous
Create a variable to store the value and iterate over the array in a for-loop. If the value in the array is greater than the variable, write the value to the variable.
Check out your Company Bowl for anonymous work chats.