------------------------
you can use one of the flow Control statements
it is the (for ) statement
the for loop executes a statement or group statements a predetermined number of times.
its syntax is :
for index=start:increment:end
statements
end
you can specify any increment...