// DrJava saved history v2 // First we created an array of integers int myArray [] = {3, 64, 35, 52, 20}; // Then we called the static method to get the largest integer ArrayExamples.maxInt(myArray)