This function finds the minimum number in a list. What should be replaced with in order for this function to operate as expected?

Answer choices:

A. numList[i] = min;
B. min = numList[i];
C. min = numList;
D. numList = min;

This function finds the minimum number in a list What should be replaced with in order for this function to operate as expected Answer choices A numListi min B class=

Respuesta :

Answer: a

Explanation:

Just took the test