Consider the following function:
If initially numbers = [A] and index = 0, what will
be the value returned by this mystery function?
(Either write a number, or write "infinite recursion".)
ANS
This function recursively finds the biggest value in the array.