Que 1. Write a program using modulo (%) operator in java.
Answers
Answered by
4
Answer:
Modulo Operator is one of the fundamental operators in Java. It's a binary operator i.e. it requires two operands. In a division operation, the remainder is returned by using modulo operator. It is denoted by % (percentage) sign. For example 5%2 will return 1 because if you divide 5 with 2, the remainder will be 1.
Explanation:
hope it's helpful ✌️
Answered by
2
Answer:
sorry i can't answer this weird answer
please mark me as BRAINLIEST
Similar questions