0
What does ":" stand for?
I would really want to know what to do with it
5 Respostas
+ 2
your example won't compile, maybe
System.out.println(a + ":" + b);
In this statement ":" is just a text literal.
+ 1
I don't really understand the qurstion.
0
Example: System.out.println(a":"b);
0
It is just printing a string. You can print any unicode character like that. So, if you want to show that is division you lri t something like that. It is not operator.
0
Thanks everyone for helping me!