First assignment was to perform simple arithmetic operations.
To be aware of:
- Integer ≠ String
- x % y Modulo Operator
- x/y Divisor can be float value
- x//y Divisor is only integer value

First assignment was to perform simple arithmetic operations.
To be aware of:
