Arrays are useful because of their flexibility, they are very useful in FOR loops. Because we can use the loop variable to iterate over the entire array: FOR i=0 TO 9 list[i]=x x=x+1 NEXT