Computer Science, asked by Anonymous, 1 month ago

The LET statement in BASIC
( Q ᏰᎯᏕᎨᏨ) ​

Answers

Answered by lucykumarisah786
2

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 most match with the variable type mismatch error will occur.

it's help u

thanks, for your question

good evening

my friends

Answered by singhekamkar4
9

Answer:

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.

Similar questions