There are some mistakes in the following QBasic program.
Correct the misrtakes and rewrite the program.
LET A= “BASIC”
LET B= “PROGRAMMING”
LET A+B=C
PRINT C
END
Answers
Answered by
1
Answer:
print c will be BASIC PROGRAM
Answered by
0
Explanation:
Print c will be basic program
Similar questions