Arrays • Exercise 4/6

Find Maximum

00:00
0
10 points

Instructions

Create a function find_max that takes an array of numbers
and returns the largest number.

Hint: Arrays have a built-in max method!

Your Code

Results

Click "Run Tests" to see results