1/6 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/6 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/6)
-
findMax([-3,3,5,7]) to return 7
-
findMax([-3,3,15,7]) to return 15
-
findMax([13,3,5,7]) to return 13
-
findMax([0,-3,-5,-7]) to return 0
-
findMax([3]) to return 3
-
findMax([-1,-3,-5,-7]) to return -1