0
/ 10
Given an array of int
s, return the smallest value in the array. Assume the array has only posivitive numbers. If the array has no values...
Given an array of int
s, return the smallest value in the array. Assume the array has only posivitive numbers. If the array has no values (i.e., length is 0), return -1.
Your feedback will appear here when you check your answer.