Pascal - Arithmetic operators
Are used to perform mathematical operations. the following are basic operations between the arithmetic operators:Pascal
Other pieces of example codes:y:= 15 mod 4;
(3 + i)
xmin := -128;
(j - 8)
x := 10 * 5;
y := y/ 3.14
Arithmetic operators in another programming language: