What is the defination of LET statement ?
Answers
Answered by
1
Explanation:
LET statement is used to assign a value or a set of values to a variable or a record. Variable. A variable which is assigned a value. Expression list. One or more 4GL expressions that return the value which is assigned to the variable.
please mark me as brainlyest
Answered by
1
Answer:
In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components.
Similar questions