what us the differences between modula and division symbol in Java program
Answers
Answered by
1
Explanation:
Java has one important arithmetical operator you may not be familiar with, % , also known as the modulu s or remainder operator. The % operator returns the remainder of two numbers.
Similar questions