randRange(-29999, 29999) rectFIBmystery.checkAnswer(n)

Consider the following code: What will be printed by the call mystery(n)?

ANS

The recursive call strips off the rightmost two digits and prints them.

My answer is ANS.