In a FOR-NEXT loop if you want to execute a blo... - SS3 ICT Basic Programing III Question
In a FOR-NEXT loop, if you want to execute a block of code 5 times, what is the appropriate syntax?
A
FOR i = 1 TO 10
B
FOR i = 1 TO 5
C
FOR i = 1 UNTIL 5
D
FOR i = 5 TO 1
correct option: b
Please share this, thanks:
Add your answer
No responses