+ 3
While writing this program do we need to //this is a single statement
if yes why
2 Respostas
+ 3
yes you do, commenting your program helps you and others understand what it does.
you would think because you write it you can always know what it does,but in real world programs, after a while you'd struggle to figure out how some portions of your code are implemented.