CSD201_-_RE_-_SU_2023_555.webp
Todoroki_87

CSD201_-_RE_-_SU_2023_555.webp

OD
(Choose 1 answer)
Consider the following function:
void fun(int n)
{if(n > 0)
{ fun(n-2);
System.out.print("" + n);
}
What is the output when the statement fun(9); is run?
A. 1 3 5 7 9
B. 9753
C. 9 7 5 31
D. 7 5 3 1

Exit 29

Thông tin

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

Image metadata

Filename
CSD201_-_RE_-_SU_2023_555.webp
File size
45 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom