Arithmetic operators
Are used to perform mathematical operations. the following are basic operations between the arithmetic operators:Example
Other pieces of example codes:100 - 2
y = x / 0.5
27 div 3
15 +7.5
x= -1234
i = x * 5
Arithmetic operators in another programming language: