Arithmetic Operators
+ Add
- Subtract
* Multiply
/ Divide
% Modulus
Examples:
1 + 2 -> 3
1 - 3 -> -2
3 * 2 -> 6
4 / 2 -> 2
10 % 3 -> 1
Previous slide
Next slide
Back to first slide
View graphic version