exam questions

Exam 98-382 All Questions

View all questions & answers for the 98-382 exam

Exam 98-382 topic 1 question 29 discussion

Actual exam question from Microsoft's 98-382
Question #: 29
Topic #: 1
[All 98-382 Questions]

HOTSPOT -
You are creating a calendar application. You need to ensure that the code works correctly for all months of the year.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://www.w3schools.com/js/js_break.asp
https://www.w3schools.com/jsref/jsref_switch.asp

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KSinha
Highly Voted 5 years, 5 months ago
Why the 2nd answer would be "Continue" whereas for switch case loop in every case "break" is normally applied?
upvoted 8 times
...
Rmartinez3ije3232
Highly Voted 4 years, 5 months ago
It must be an error, like you said "break" is normally applied in switch not "Continue".
upvoted 6 times
karenac16
4 years ago
yep, the continue statement applies only to loops, not to a switch statement
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...