Microsoft
MB6-890 · Question #60
MB6-890 Question #60: Real Exam Question with Answer & Explanation
Sign in or unlock MB6-890 to reveal the answer and full explanation for question #60. The question stem and answer options stay visible for context.
Question
You need to determine the output of the following: int i - 25; str output = "A"; if (i > 10) { if (i < 20) { output = "B"; } else { output - "C"; } info(output); } if (i > 20) { if (i > 50) { Output = "D" ; } Else output = "E"; } } info (output) ; What is the output in the Infolog after running the code?
Options
- AA
- BB
- CC
- DB
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.