codice:
total = 10;
array = [];
for(count=0;count<total;count++){
array[count] = count+1;
}