61.4k views
3 votes
A comment line in the code windows is indented and appears in the color ____.

a. black
b. green
c. red
d. blue

2 Answers

4 votes
comment line in a code windows is indented and appears in a green color.
In coding a comment line is readable explanation or a notation in the source code of a computer program.their purpose is to make source code easier for human to understand and they are generally ignored by compilers and interpreters.
Its a good programming practice to begin all procedures with a brief comment describing what it does.This is for your own benefit and the benefit of anyone else who examines the code.
User VPeric
by
8.2k points
2 votes
A comment line in the code windows is indented and appears originally in green color.
User Pete
by
7.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.