i have three different question for anyone who can help,
1. does a parallel array store another array as each element?
2.can only whole number be used as array subscripts?
3.in a loop
rep = 10
while (rep < 20)
print "error"
endwhile
is the loop control variable not initialized, loop control variable not altered, loop control variable not declared, or is the loop body totally missing?
ANY HELP WOULD BE GREATLY APPRECIATED!!
1. does a parallel array store another array as each element?
2.can only whole number be used as array subscripts?
3.in a loop
rep = 10
while (rep < 20)
print "error"
endwhile
is the loop control variable not initialized, loop control variable not altered, loop control variable not declared, or is the loop body totally missing?
ANY HELP WOULD BE GREATLY APPRECIATED!!