Computer Science, asked by pradipsinhamah78, 3 months ago

There are some mistakes in the following QBasic program.

Correct the mistakes and rewrite the program. [3]

LET A= “BASIC”

LET B= “PROGRAMMING”

LET A+B=C

PRINT C

Answers

Answered by ruhani1644
0

Answer:

ANSWER IS BASIC PROGRAMMING

Answered by ishanikapoor217
2

Answer:

Write a qbasic program to enter your name, city, country, age and print them. Here name, city, country are string so its variable name is written with sign $ before it and since age is a number so the variable name is written directly.

Similar questions