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)- A5% (3)
- B2% (1)
- C84% (48)
- D9% (5)
Community Discussion
No community discussion yet for this question.