Computer Science, asked by rcbstamluk, 9 months ago

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 birendrashrestha92
0

Answer:

Error

Explanation:

missing ;

Similar questions