Which syntax should you use?

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?
A. Int IntArrayName.20;
B. Int IntArrayName(20);
C. Int IntArrayName[20];
D. Int IntArrayName[1] = 20;

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.