Microsoft
MB6-704 · Question #38
You need to identify the output of the following X- statement: What should you identify?
The correct answer is A. 3. MOD: Integer remainder Returns the remainder of an integer division of expression1 by expression2.
Develop X++ code
Question
You need to identify the output of the following X- statement:
What should you identify?
Exhibit
Options
- A3
- B3
- C4
- D3
How the community answered
(29 responses)- A83% (24)
- B10% (3)
- C3% (1)
- D3% (1)
Explanation
MOD: Integer remainder Returns the remainder of an integer division of expression1 by expression2.
Topics
#X++ expressions#code tracing#arithmetic operators#output evaluation
Community Discussion
No community discussion yet for this question.
