☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
Consider the following function:
void printOut(int n)
{if (n= 0) return;
}
System.out.print(n);
printOut(n-1);
System.out.print(n);
What is the output when the statement printOut(3); is run?
A. 123321
B. 321321
C. 321123
D. 123123
FUO.Sh
sh the exam.