what do you mean by mod (%) in java
Answers
Answered by
7
Answer:
Java is a high-level programming language developed by Sun Microsystems. It was originally designed for developing programs for set-top boxes and handheld devices, but later became a popular choice for creating web applications. The Java syntax is similar to C++, but is strictly an object-oriented programming language.
Hope or helps. Mark as brainliest ✌❤
Answered by
0
Answer:
Hey mate your and here
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 instance 10 % 3 is 1 because 10 divided by 3 leaves a remainder of 1.
Hope it will help you ✌
Similar questions