Short Note on LET statement.
Answers
Answered by
3
It is used to assign a value or string to a variable.
Syntax:
Line No. LET Variable Name = Value or String.
For example:
20 LET A = 10
30 LET N$ = "Computer"
40 LET C = A + B
Answered by
3
.
It is used to assign a value to a string or a variable.
line no. LET variable name=value or string.
Similar questions