Q2. Find output of the following QBasic program
10 CLS
20 PRINT 'welcome to CPS"
30 GOTO 60
40 PRINT "Class 8"
50 PRINT "Class 7"
60 PRINT "Class 6
70 END
Answers
Answered by
0
Answer:
Output:
welcome to CPS
Class 6
The program has an error on the last second line...correct it otherwise this will not be the output.
Similar questions