Module 1
Lab 1A
Variables
Create 2 numeric variables and assign values for each
Calculate the sum of them
## [1] 16
Calculate the square root of the total
## [1] 4
Create 2 numeric variables and assign values for each
Calculate the sum of them
## [1] 16
Calculate the square root of the total
## [1] 4