For loop structure for arrays

for(int i=0; i<cats.length; i++)
cats[i]=i+9;