Computer Science, asked by romijuddinahmed, 2 months ago

15. Which of the following QBASIC codes will produce the given output?
Output:
1
2
3
(A) FOR X = 1 TO 3
(B) FOR x = 1 TO 5
PRINT X
PRINT X
NEXT X
NEXT X
(C) FOR X = 1 TO 3
(D) FOR x = 11 TO 15
PRINT X
PRINT X
EXIT FOR
EXIT FOR
NEXT X
MOREX​


Ayushdharnia: ❤️like and follow

Answers

Answered by Ayushdharnia
1

Answer:

option (A) is correct

Explanation:

for c language only

Similar questions