Arithmetic Operators

Prev Next

Introduction

Arithmetic operators cover the four basic mathematical operations:

The operators can also be imposed on non-numeric data types which result in different operations (e.g. string operations) or implicit conversion to numerals before operation (e.g. boolean values converted to 0 or 1 before operation is carried out).