Computer Science, asked by navkaurnk86, 8 months ago


1. What is the use of REM command ?
2. How the INPUT command executes when RUN command is clicked?
3. Write the difference between LET and INPUT. Give the example
4.Write the Syntax for INPUT statement. Give an example.​

Answers

Answered by Sg830161gmailcom
11

Explanation:

  1. REM command provides a way to insert remarks (they will not be acted on) into a batch file. It is the use of REM command.
  2. Sorry this answer
  3. LET: Programmer assigns value while writing the program. Input : different values could be entered in different times of execution.
  4. The syntax is :INPUT #file_stream,variable 1;variable 2$ more variables can be taken. Line input is used to collect an entire line of a text file.

hope this helps you.....

Mark as brainliest plzz.....

Similar questions