G
Guest
I found this line in a Microsoft help, but it doesn't compile
int[] arr = new int[5];
How can I create an int array?
I tried
Int[] arr = new Int[5];
but it created other problems.
int[] arr = new int[5];
How can I create an int array?
I tried
Int[] arr = new Int[5];
but it created other problems.