Q18_88_20250728161753.webp
royal_peace

Q18_88_20250728161753.webp

☑Kizspy.me
Answer (Choose 1 answer)
☐ A
Consider the following function:
void quiz(int n)
{if (n> 1)
{quiz(n/2);
quiz(n/2);
}
System.out.print("* ");
}
How many asterisks are printed by the function call quiz (5)?
A. 3
B. 4
C. 7
D. 8
0
sh the exam.
LAPTOP RUNNING

Thông tin

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

Share this media

Back
Bên trên Bottom