Answer:
Yes.
Finding the minimum in an Array
Here is a program that finds the minimum of an array. It is similar to the maximum-finding program:
QUESTION 15:
Fill in the blanks. Select from the following phrases.
array[8] array[0] array[ index ] > min < min min = index++
(Hint: only some of the phrases are used.)