Need help with this JAVA question

d. Write the formula that fMystery function calculates (Hint: you can test it with a few numbers) def fMystery(a): if a0: return else: return fMystery(a-1) 2*a-1 Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .