X462: Arrays - Find Min

Write the method findMin that will return the smallest number in an array of integers.

Examples:

findMin({29,2,32,12}) -> 2

Your Answer:

Feedback

Your feedback will appear here when you check your answer.