Write short notes on LET
14 Likes
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>
LET <variable> = <constant or variable or expression>
Answered By
11 Likes
Write short notes on RUN
Write short notes on CLS
Write short notes on REM
Write short notes on PRINT