Arithmetic Operators

Arithmetic operators perform mathematical operations on two values or more.

Syntax

+ operator::=

Add Arithmetic Operator

- operator::=

Sub Arithmetic Operator

* operator::=

Multiple Arithmetic Operator

/ operator::=

Division Arithmetic Operator