Consider the following recursive definition:

This function, called Ackermann’s function, is of interest because it grows rapidly with respect to the sizes of m and n. What is Ackei(1, 2)? Implement the function as a method in Java and do a box trace of Acke(1,2). (Caution: Even for modest values of m and n, Ackermann’s function requires many recursive calls.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.