Computer Science, asked by komalkhatri017, 4 months ago

The statement used to give remarks or comments in a program is (cls, comment, rem or let) ​

Answers

Answered by starrerarusta34
0

Answer:

Answer is Comment is the statement used to give remarks or comment in a program

Explanation:

1. CLS statement:

It clears the previous output from the display screen and makes the screen blank.

Syntax: CLS

2. REM statement:

REM or Remarks is non-executable statement where single quotation(‘) is used.

Syntax: REM <remark>

3. LET statement:

It is used to assign the value in the variable.  

Syntax: LET [variable] = [expression]

Similar questions