CSD201_-_FEB5_-_FA_2023_1291.webp
S

CSD201_-_FEB5_-_FA_2023_1291.webp

(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-2);
What is the output when the statement fun(5); is run?
A. That's all!
***
B.
***
That's all!
C. ****
That's all!
vato
fini

Exit 35

Thông tin

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

Image metadata

Filename
CSD201_-_FEB5_-_FA_2023_1291.webp
File size
42.3 KB
Dimensions
1286px x 626px

Share this media

Back
Bên trên Bottom