Math Example



addition example 5 + 5
10
subtraction example 20 - 15
5
increment example
6
decrement example
6
multiplication example 6 * 6
36


The first example I have is addition, its a simple 5 + 5 problem adds
the two numbers and outputs the answer 10.

The second answer I have is a subtraction example, 20 - 15 the problem
subrtacts 15 from 20 and outputs the answer 5.

The third example I have is an increment example, it increments the number 5
to increase by two so the output is 7.

The fourth example I have is a decrement example, it decrements the number 7
by two so the output is 5.

The fifth example I have is a multiplication example of 6 * 6, the numbers
are multiplied and the output is 36