nerdexam
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

MB6-704 question #38 exhibit

Options

  • A3
  • B3
  • C4
  • D3

How the community answered

(29 responses)
  • A
    83% (24)
  • B
    10% (3)
  • C
    3% (1)
  • D
    3% (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.

Full MB6-704 Practice