Computer Science, asked by tshivay85, 1 month ago

with difference between / and %​

Answers

Answered by kookie2787
0

Explanation:

These operators are mathematical operators and both have different uses. / Only perform the division operation in mathematics and returns results as the quotient, while % is known as modulus. / divides and returns the answer. % divides and returns the remainder.

Answered by anushree92004
1

Answer:

Both / and % are two different operators used in Java. These operators are mathematical operators and both have different uses. / Only perform the division operation in mathematics and returns results as the quotient, while % is known as modulus.

Similar questions