13 of 14 13. Which function calls would provide the most helpful test of this function? (Remember: With tests, you are attempting to figure out all the possible ways the function could be broken.)...


13 of 14<br>13. Which function calls would provide the most helpful test of this function? (Remember: With tests, you are attempting to<br>figure out all the possible ways the function could be broken.)<br>function findMin(num1, num2){<br>if(numl < num2){<br>return numl;<br>) else {<br>return num2;<br>O. A.<br>O B.<br>findMin(5,3)<br>findMin(-1, e)<br>findMin(2,4)<br>findMin(7,2)<br>findMin(5,1)<br>findMin(5,10)<br>O C.<br>D.<br>findMin(-1,1)<br>findMin(1,1)<br>findMin(1,-1)<br>findMin(-2,2)<br>findMin(1,1)<br>findMin(e,3)<br>

Extracted text: 13 of 14 13. Which function calls would provide the most helpful test of this function? (Remember: With tests, you are attempting to figure out all the possible ways the function could be broken.) function findMin(num1, num2){ if(numl < num2){="" return="" numl;="" )="" else="" {="" return="" num2;="" o.="" a.="" o="" b.="" findmin(5,3)="" findmin(-1,="" e)="" findmin(2,4)="" findmin(7,2)="" findmin(5,1)="" findmin(5,10)="" o="" c.="" d.="" findmin(-1,1)="" findmin(1,1)="" findmin(1,-1)="" findmin(-2,2)="" findmin(1,1)="">

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here