0
/ 1.0
Write the method findMin
that will return the smallest number in an array of integers.
Write the method findMin
that will return the smallest number in an array of integers.
Examples:
findMin({29,2,32,12}) -> 2
Your feedback will appear here when you check your answer.