What will be the output of the following QBASIC program
CLS
PRINT “Sum of 30+20=”;
PRINT 30+20
PRINT “Sum of 30+20=”
PRINT 30+20
Answers
Answered by
0
Answer:
Error
Explanation:
missing ;
Similar questions