Computer Science, asked by pvsars008426, 4 months ago

which QBASIC statement is used to assign Value to a Variable?

Answers

Answered by RidhamSharma172
3

Answer:

LET statement is used to assign a variable.

Answered by shilpa85475
1

LET statement is used to assign a variable.

Explanation:

A let statement is a short phrase you write to restate what one is being asked to solve in a word problem.

One can explain what the variable(s) in their algebraic equation will represent. Tips for writing let statements include:

Read the word problem, and then rewrite the question in the form of a statement.

The let statement assigns the value of an expression to a variable.

The let statement is a holdover from the original Dartmouth BASIC, and is only included for compatibility.

It is supported to facilitate program readability.

Similar questions