How many times will the following GOR LOOP executes?
FOR N= 2 TO 20 STEP 4
PRINT N
NEXT N
Answers
Answered by
1
Answer:
2×20 = 40 and then the 40+4 =44 so the gor loop is 44 times executes
Similar questions