0
I don't understand this how do you put a comment at the end of a line of code
2 Respostas
+ 1
its simple after semicolon put // and write the comment then write the next line of code in next line..
int x=10; //initializing x
int y=30; //initializing y
int sum = x+y; //addition
0
thanks I am not that old so most things on this I don't understand