Hindi, asked by saipavan1089, 5 months ago

for input a=5& b=5
function (input a, input b)
If (a<b)
return function (b, a)
Elseif (b! -0)
return (a* function (a, b -1))
Else
return o​

Answers

Answered by ayanadosi71
0

Answer:

please type the question correctly I will definetely help if I find your question

Explanation:

Answered by mathuryash737
4

Answer:

3125

Explanation:

function(5,5) will return 5 x function(5,4)

function(5,4) will return 5 x 5 x function(5,3)

function(5,3) will return 5 x 5 x 5 x function(5,2)

function(5,2) will return 5 x 5 x 5 x 5 function(5,1)

function(5,0) will return 5 x 5 x 5 x 5 x 5 = 3125

Similar questions