// assigning ram to hold an array of ints
int[] x = new int[ 10 ];