Types of variables
Exercise Type: Prediction
Instructions
What is type of the following values? Use the is.<type>()
functions to check your guess!
A
12
B
5L
C
"TRUE"
D
3.4e10
E
33+1i
F
# the result of:
typeof(0)
Exercise Type: Prediction
What is type of the following values? Use the is.<type>()
functions to check your guess!
12
5L
"TRUE"
3.4e10
33+1i
# the result of:
typeof(0)