2. Why is the LET statement
optional statement? in computer
Answers
Answered by
1
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.
Answered by
2
LET statement is optional statement because without using LET statement one can assign the value to a variable.
Similar questions