Computer Science, asked by bvaishali7546, 6 months ago

Given the following pseudo code:
int aFunction(x) {
if x == 1
return 1
else
return x * aFunction(x - 1)

}
What will the output of aFunction(3) be?

Answers

Answered by deepakrock9863
0

Explanation:

what is the value of x???

Answered by 18randhavesayali99
0

x b bdfghgdfghbffgh ffgh

Similar questions