Challenge: Max with Nested Functions
Test yourself and implement what you have learned so far in this chapter.
We'll cover the following...
Problem statement
In this challenge, you need to create a nested function, max
, which will be defined in the body of the function mainMax
. mainMax
returns the maximum of ...