Microsoft
MB6-890 · Question #95
MB6-890 Question #95: Real Exam Question with Answer & Explanation
Sign in or unlock MB6-890 to reveal the answer and full explanation for question #95. The question stem and answer options stay visible for context.
Question
You need to determine the output of the following code; int i; int j = 0; for(i =0; i <= 10; i=i+2) { if (i mod 2 == 0) { Question No : 51 - (Topic 2) Question No : 52 - (Topic 2) j = j + 1; } if (i > 4) { break; } } info (strFmt("%1" , j)); What is the output in the Infolog after running the code?
Options
- A3
- B4
- C5
- D10
Unlock MB6-890 to see the answer
You've previewed enough free MB6-890 questions. Unlock MB6-890 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.