logo
logo

Find Arbitrary Max

Find Arbitrary Max

Create a function called
findMax
that takes an arbitrary number of parameters representing integers. The function should return the highest integer passed as an argument.
Console
Submit
Solution
00:00