Operators

Examples:
1.) 1 + 100 = 101
2.) 200 * 4 = 800
3.) 10 % 5 = 0
4.) 55 / 5 = 11
5.) 10^10 = 10000000000

The above code demonstrates how we can use php scripting to solve basic arithmatic operations.


math.php code