Multiple Choice
int counter = 0; while (counter < 100)
{
Console.WriteLine(counter) ;
Counter++;
}
The last value printed with the above program segment is ____.
A) 0
B) 1
C) 99
D) 100
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q65: An interpretation of the while statement is
Q66: Iteration is a technique used where a method
Q67: A method that calls itself repeatedly until
Q68: Which of the following is an advantage
Q69: When one of the program statement included
Q70: In C# curly braces must be added
Q72: The sentinel value is used as the
Q73: Which of the following is NOT a
Q74: C# performs automatic garbage collection once the
Q75: What is NOT required when a counter-controlled