^ (exponentiation, 4^2 = 4 * 4 = 16)
- (negation)
*, / (multiplication & division)
\ (integer division)
Mod (modulus arithmetic)
+, -
intAge=intAge + 1