194k views
14 votes
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-example-1

1 Answer

9 votes

Answer: a

Step-by-step explanation:

Just took the test

User MarioVilas
by
3.2k points