Computer Studies
Write short notes on LET
QBASIC: Cmds & Stmts
14 Likes
Answer
LET statement is used to assign a value to a variable. This statement can be used to assign a numeric or string constant to a variable.
Syntax-LET <variable> = <constant or variable or expression>
Answered By
11 Likes