How can i create a int array in class.
And i have to add values to that array.
Not to a specific key.
i declared array as
public int[] iArray;
from function i have to insert values of i to array. My i values gets change. So i have to save those in a array.
iArray[] = i;
But it shows error.