Hi everybody,
I am new to this forum, so thank you for you replies
My doubt is about arrays, it is wrong to declare array's size using variables? if not (as I expect), why exactly?
a simple example is
int[] arr = new int[a];
where "a" is an integer variable.
thank you