Arithmetic operators are symbols used to perform basic mathematical operations on numbers or variables.
The different arithmetic operators are:
Addition (+): Adds two values together. For example, 3+4=7
Subtraction (-): Subtracts one value from another. For example, 10−5=5
Multiplication (*): Multiplies two values. For example, 6∗7=42
Division (/): Divides one value by another. For example, 8/2
Modulus (%): Returns the remainder of a division operation.