08 Java Tutorials Operators - Arithmetic Operators in Java - Study Viral
Operators are special symbols (characters) that carry out operations on operands (variables and values).
For Examples c = a + b Where + symbol is operator and a, b are operands.
Arithmetic Operators are those operators which can to some mathematical work.
| Symbol | Description |
|---|---|
| + | Addition |
| - | Subtraction |
| * | Multiplication |
| / | Division |
| % | Modulus |
0 comments:
Post a Comment