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
0
Explanation:
what is the value of x???
Answered by
0
x b bdfghgdfghbffgh ffgh
Similar questions