+ 6
What's the difference between //,/*and*/?
I have an problem with comments!! explain the difference between them!
4 Respuestas
+ 16
// is a single line comment
/* is
a
multiline
comment
*/
// Comments explains code
/*
By using comments we can clarify
details and give other programmers
a clue as to what they're looking at.
*/
+ 3
yeah, don is absolutely right.
+ 3
Yes, he's right!
0
good job