Week 3 Math Week 3 Math

addition: 6 + 5
11

Subtraction: 11 - 3
8

Multiplication: 12 * 4
48

Division: 12 / 2
6

Modulous: Remainder of 1/2
1

Incremement: 21 Incrememented by 1
22


Decremement: 23 Decrememented by 1
22

Here we have all the differnet operators and Add, sub, muiltplication,etc. We can use all of these for different applications within our PHP code. Weather it's for simple fun or for our code that needs it, then its easy to use the code in anyway we want.