why do we use LET statement in QBASIC
Answers
Answered by
1
Answer:
LET 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
1
Answer:
LET 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.
Explanation:
I hope it will be help you ❤️❤️ ❤️
Similar questions