Find out the errors in the following QBasic Statements (if any), and write corrected
statements with justification- (1*2)
(a) LET NUMBER1$=10
(b) LET CITY$=NEW DELHI
Answers
Answered by
0
Answer:
a) LET NUMBER$ = 10
b) LET CITY$ = New Delhi
Explanation:
After writing this, we will get output screen like
a) Number = 10
b) City = New Delhi
Similar questions