Arithmetic Operators
In the following lesson, you will be introduced to arithmetic operators.
Arithmetic operators are operators that perform arithmetic operations such as addition and subtraction. Below is a list of the arithmetic operators supported by Scala.
Operator | Use |
---|---|
+ |
Adds two operands |
- |
Subtracts the second operand from the first |
* |
Multiplies both operands |
/ |
Divides the first operand by the second operand |
% |