+ 1
what is the uses of comment ?
5 ответов
+ 2
Comments are used to help you understand your code latee on when you come back to it.
Or to explain to someone who is going through your code.
Or for being silly.
Or to remind yourself to change a variable or add a method that you played around with for testing purposes.
Whenever you are coding and want to type something (informative or useless, the former is recommended) you can use comments.
+ 1
thanks you for explaining about comments.
+ 1
the purpose of coments in the programming is to understand what the codes are doing.
+ 1
Andre Daniel always welcome
0
Yadhu krishnan.k.a yes...as I explained. Thanks for trying to help regardless.