Array

while(x != 9999 && m < z.length) //is this NOT the fake one and there’s room in z { z[m] = x; //only a ”good” x goes into array m++; //count the sucker ................
................