Computer Science, asked by Sankharup, 1 month ago

Example of Let Command in QBasic​

Answers

Answered by pihujyoti473
2

Explanation:

The LET statement can be used to assign a constant value to a variable name, a variable to a variable name, or the result of an expression to a variable name. Therefore, the LET statement is often referred to as an statement. For example: Assigning a constant value to a variable name

Answered by st7975
0

Answer:

LET is an assignment statement. It is used to assign the value to a variable. LET is an optional statement i.e. without using LET statement one can assign the value to a variable. The data type must match with the variable type otherwise type mismatch error will occur. Syntax:|LET| variable = value or expression.

Explanation:

hope it helps u....

Similar questions