Computer Science, asked by malliabilash, 10 months ago

LET
PRINT
INPUT
CLS
REM​

Answers

Answered by mohammads
2

Answer:

these are commands used in a terminal/ batch file shell programming

Explanation:

cls- will clear screen

REM- used to place a remark in the file.

Print- is used to write an output on the terminal

input- will allow the user to input values for the variables in the program

let- is used to evaluate arithmetic expressions

Similar questions