Students helping students, join us in improving Bored of Studies by donating and supporting future students!
index= 0
array_length = get the length of desired array
WHILE index < array_length
array(index) = "data"
index = indext + 1
ENDWHILE