Computer Science, asked by GATIAZAD, 1 month ago

Which command is used to add comments into a QBASIC PROGRAM?

A) LET B) CLS C) REM D) INPUT​

Answers

Answered by ashishrawat08
12

Answer:

Option D (INPUT) is the correct answer

Explanation:

Please mark me as the Brainliest answer

Answered by qwcricket10
1

Option (C) REM statement is used to add comments to a basic program.

  • The language which is considered for beginners and for educational purposes was developed by Microsoft.
  • Its name also implies the Quick  Beginners All-Purpose Symbolic Instruction Code.
  • The simplicity of its syntax makes this program very simple and it can be handled by beginners also.
  • When the developer wants to insert comments in the program he needs to use the REM command for it.
  • So, option(C).
Similar questions