1.

Consider the functionint fun(x: integer){ If x > 100 then fun = x – 10; else fun = fun(fun(x + 11));}For the input x = 95, the function will return

A. 89
B. 90
C. 91
D. 92
Answer» D. 92


Discussion

No Comment Found