Computer Science, asked by nsbishtguddu, 3 months ago

B. Answer the following questions.
1. What is the syntax of the LET statement in QBASIC?​

Answers

Answered by nightread
3

Answer:

The Syntax of LET statement in QBASIC is

LET [variable] = [expression]

Eg.

LET age = 12

Hope it helps

Similar questions