Challenge: Loop Through and Analyze an Array

Create an array of 5 numbers, print them all, and find the highest one.

If you’re unsure how to do this, click the “Show Hint” button.

Challenge: Loop Through and Analyze an Array

Create an array of 5 numbers, print them all, and find the highest one.

If you’re unsure how to do this, click the “Show Hint” button.

Java
public class Main {
public static void main(String[] args) {
// Write your code here:
}
}