Microsoft
MB6-704 · Question #47
You have the following X++ statement: You need to identify the output of the statement. What should you identify?
The correct answer is C. 1. Initial value of counter is 1. The increment is by 3.
Develop X++ code
Question
You have the following X++ statement:
You need to identify the output of the statement. What should you identify?
Options
- A1
- B0
- C1
- D0
How the community answered
(35 responses)- A6% (2)
- B14% (5)
- C77% (27)
- D3% (1)
Explanation
Initial value of counter is 1. The increment is by 3.
Topics
#X++ operators#integer arithmetic#code output#X++ syntax
Community Discussion
No community discussion yet for this question.