3. Which of the following QBASIC codes will produce the given output?
Output
b) FOR X = 11 to 15
-) FOR X - 11 TO 15
PRINT X
IF (x - 13) THEN
EXIT FOR
PRINT X
IF (x = 13) THEN
EXIT FOR
c) FOR X = 11 TO 15
PRINT X
IF(x > 13) THEN
EXIT FOR
NEXT >
d) FOR X = 11 TO 15
PRINT X
IF CX-13) THEN
EXIT FOR
MORE X
Answers
Answered by
2
Answer:
option d is right
Explanation:
hope it help u
please follow me and mark me branlist...
Similar questions