Q10
Which control flow statement is used to define a block of code that executes repeatedly as long as a condition is true in C#?
A.
for
B.
do-while
C.
switch
D.
while
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board