nerdexam
Microsoft

MB6-869 · Question #30

You are developing a Microsoft Dynamics AX 2012 class. You need to declare an integer array with a maximum length of 20 elements. Which syntax should you use?

The correct answer is C. Int IntArrayName[20]. See the full explanation below for the reasoning.

Question

You are developing a Microsoft Dynamics AX 2012 class. You need to declare an integer array with a maximum length of 20 elements. Which syntax should you use?

Options

  • AInt IntArrayName.20;
  • BInt IntArrayName(20);
  • CInt IntArrayName[20];
  • DInt IntArrayName[1] = 20;

How the community answered

(57 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    84% (48)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full MB6-869 Practice