Computer Science, asked by arpnaratnakar36, 18 hours ago

which command is used to give comment in a program.

1. END
2.LET
3.REM
4.INPUT​

Answers

Answered by surendharnadh280709
0

Answer:

please mark me as brainlist

Explanation:

The single line comment is //. Everything from the // to the end of the line is a comment. To mark an entire region as a comment, use /* to start the comment and */ to end the comment.

Answered by aniruddhahalder4
0

Answer:

3

Explanation:

Remarks or REM command is used in GWBasic for comment in a program

Similar questions