Vidyalelo
C# Programming · Q10

Control Flow Statements in C Sharp

Programming · C# Programming · question 10

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board