nerdexam
Microsoft

98-361 · Question #328

98-361 Question #328: Real Exam Question with Answer & Explanation

Sign in or unlock 98-361 to reveal the answer and full explanation for question #328. The question stem and answer options stay visible for context.

Question

You are developing a C# program that needs to perform 5 iterations. You write the following code: 01: int count = 0; 02: while (count <= 5) 03: { 04: Console.WriteLine("The value of count = {0}", count); 05: count++; 06: } When you run the program, you notice that the loop does not iterate five times. What should you do to make sure that the loop is executed exactly five times?

Options

  • AChange the code in line 01 to
  • BChange the code in line 02 to:
  • CChange the code in line 02 to
  • DChange the code in line 05 to

Unlock 98-361 to see the answer

You've previewed enough free 98-361 questions. Unlock 98-361 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 98-361 Practice