stevenramos4745 stevenramos4745 31-05-2023 Computers and Technology contestada This function finds the minimum number in a list. What should be replaced with in order for this function to operate as expected?A. NumList[i] = min;B. Min = numList[i];C. Min = numList;D. NumList = min;