+ 1
What if // prints "hello world", I changed to // hello world
3 odpowiedzi
+ 2
All comments are ignored. You can literally write anything and the compiler / interpreter doesnt care at all
+ 2
It affects nothing. What comments do is to help us understand the code easily. Compiler will ignore comments, it does nothing.
0
Thakns