Challenge: Max with Nested Functions
Test yourself and implement what you have learned so far in this challenge.
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 three numbers using the ...