1 Operations

1.1 Addition

2+2
## [1] 4

1.2 Subtraction

5-3 
## [1] 2

1.3 Multiplication

6*2
## [1] 12

1.4 Division

9/3
## [1] 3