Computer Science, asked by rosemary8, 5 hours ago

2. Why is the LET statement
optional statement? in computer​

Answers

Answered by stmjkliu
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 Yeona
2

LET statement is optional statement because without using LET statement one can assign the value to a variable.

Similar questions