CSD201_-_FA_2023_-_FE_1031.webp
Mai92

CSD201_-_FA_2023_-_FE_1031.webp

  • Media owner Mai92
  • Ngày thêm
Answer (Choose 1 answer)
Consider the following function:
void fun(int n){if (n == 0)
System.out.println("Hello");
else
{for(int i = 1; i <= n; i++)
System.out.print("$");System.out.println();
fun(n - 1);
}
What is the output when the statement fun(3); is run?
A. Hello
$$$
$$
$
B. $
$$
$$$
Hello
C. $$$
$$
S
Hello
D. Hello
$
$$
$$$

Exit 34

Thông tin

Category
CSD201
Thêm bởi
Mai92
Ngày thêm
Lượt xem
3,021
Lượt bình luận
26
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
CSD201_-_FA_2023_-_FE_1031.webp
File size
63.9 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom