CSD201_-_SU_2024_-_FE_2351.webp
P

CSD201_-_SU_2024_-_FE_2351.webp

✔D
(Choose 1 answer)
Consider the following function:
void fun(int n)
{if (n == 0)
System.out.println("That's all!");
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. That's all!
***
**
B. That's all!
**
***
C.***
That's all!
D. *
***
That's all!

Thông tin

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

Image metadata

Filename
CSD201_-_SU_2024_-_FE_2351.webp
File size
258.6 KB
Dimensions
2239px x 1174px

Share this media

Back
Bên trên Bottom