Can somebody please tell me what you do in order to declare an integer array with a max length of 10 elements
Do you write:
A. int myInt.10;
B. int myInt(10);
C. int myInt[1,10];
D. int myInt; length = 10
Would appreciate your thought and opinions.
Thanks and kind regards,
Tom