Computer Science, asked by rrakeshkumar9395, 11 months ago

Comments cause the computer to print the text after the // on the screen when the program is executed. true/false

Answers

Answered by sujayG17
5

The answer is false. Because comments are only for the user's reference and any comment at all will be ignored by the computer.

Answered by syed2020ashaels
0

The statement is false.

Explanation:

  • Comments are provided by the user in a program of any programming language for example Java, for the sole understanding of the programmer as to which line of text in the program applies to which execution or for what purpose the inputs or loops have been taken.
  • Comments are not printed in the program output on the run screen as the output includes the execution and not the process of execution.
  • Comments are used to make the program script readable and easily understandable to the programmer as well as to some one who isn't acquainted with the particular programming language.

Hence, the statement is false.

Learn more here

https://brainly.in/question/19619918

Learn more

https://brainly.in/question/33154123

Similar questions