Visual C++ - Arithmetic operators

Are used to perform mathematical operations. the following are basic operations between the arithmetic operators:
addition
par1 + par2
Subtraction
par1 - par2
multiplication
par1 * par2
division
par1 / par2

par1 / par2
modulo
par1 % par2
integer division
par1 / par2
additive inverse
- expression

Visual C++ .NET

Other pieces of example codes:
x >= (float)y / 5
x <= y * 5
(15123 / 70)
15 +7.5
 x= -1234
y=y-1
Languages: en hu cz sk