why is the let statement an optional statement?
Answers
Answered by
3
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
Similar questions