Computer Science, asked by harjeet00, 1 month ago

use of %modulus in java or meaning of modulus

Answers

Answered by adprasad
0

Explanation:

Java has one important arithmetical operator you may not be familiar with, % , also known as the modulus or remainder operator. The % operator returns the remainder of two numbers. For example 10 % 3 is 1 because 10 divided by 3 leaves a remainder of 1

Similar questions