Multiple Choice
Which of the following is not a control statement in C#
A) do…while
B) loop
C) switch
D) for
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Counting loops should be controlled with whatever
Q16: for statements cannot be represented as while
Q17: Which of the following statements about the
Q18: Many classes provide methods to perform common
Q19: The for repetition statement handles the details
Q21: Modifying the control variable of a for
Q22: The statement,when executed in a while loop,skips
Q23: A common logic error known as a(n)occurs
Q24: The first line of the for statement
Q25: A while statement automatically increments a variable