Computer Studies
Answer
REM statement is used to write remarks about any program which basically shows the purpose of a program. It is a non-executable statement. Hence, the computer will ignore the content of the REM statement at the time of execution and the content will go to the next line.
Syntax:REM <comment about the program>