what does ":" mean in java
like here:--
Attachments:
Answers
Answered by
0
Answer:
The modulus operator works on integers (and integer expressions) and yields the remainder when the first operand is divided by the second. In Java, the modulus operator is a percent sign, %. The syntax is the same as for other operators: int quotient = 7 / 3; int remainder = 7 % 3; ... The second operator yields 1.
Answered by
2
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
HOPE IT HELPS YOU ❤️
Similar questions