0
Pls can somebody explain why you would put a multi-line comment between /* and */ on the same line according to the lesson from
comments
2 odpowiedzi
+ 1
Admittedly I didn't look at the lesson, but:
Future expandability and arbitrary preference seem relevant from here.
0
I have used comments like this:
/*****************Class Variables****************************/
That way I can divide my programs into sections that make it easier to read and navigate. Note: the example I provided is from some of my Java work.