☑Kizspy.me
Answer (Choose 1 answer)
☐ A
Consider the following function:
void fun(int n)
{if (n <= 0)
System.out.println("Hello");
else
}
}
{for(int i = 0; i < n; i++)
System.out.print("$");
System.out.println();
fun(n-2);
What is the output when the statement fun(5); is run?
A. Hello
Back
Next
FUQ.sh
sh the exam.
$$$$$
$$$
$
B. $$$$$
$$$
$
Hello
C. SSSS
$$
$
Hello
D. $
$$$
$$$$$
Hello