Comment déclarer un tableau en java
int[] arr = new int[n]; // n = size of array
tom riddle
int[] arr = new int[n]; // n = size of array