Computer Science, asked by AnonymousLlama, 4 months ago

Find the errors in the following QBASIC program:
CLS
LET A$ = "India"
LET B$ = A$ + 1
PRINT B$$

Answers

Answered by PriyanshuPrakhar
1

The error is in line 4. There should be

PRINT B$

END

Similar questions