Fetch and compare
Then the function in
Listing 6
uses a
while
loop to:
Fetch the value stored in each element in the array
Compare each of those values with the current value stored in the variable named
min
.