1) Initialize the largest variable to the first element of the array
2) Iterate through the rest of the array using a while loop
3) Compare each element to the largest and update largest if a larger number is found
4) After iterating through the entire array, largest will hold the largest element