Computer Science, asked by Pragya12345, 10 months ago

Short Note on LET statement.

Answers

Answered by ItzXmart
3

\huge{\underline{\underline{\boxed{\mathfrak{\red{Hi \:Dear}}}}}}

\large{\underline{\mathfrak{\red{Answer}}}}

It is used to assign a value or string to a variable.

Syntax:

Line No. LET Variable Name = Value or String.

For example:

20 LET A = 10

30 LET N$ = "Computer"

40 LET C = A + B

Answered by Anonymous
3

.

 \huge{\star{\underline{\underline{\pink{\mathcal{AnsWer}}}}}}\star

It is used to assign a value to a string or a variable.

line no. LET variable name=value or string.

Similar questions