Visual C++ - Arithmetic operators
Are used to perform mathematical operations. the following are basic operations between the arithmetic operators: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
Arithmetic operators in another programming language: