Chapter 2 | Question 2
Which code can you use if you want to check if x equals 100?
x = 100
x == 100
x <- 100
?x
Which code can you use if you want to check if x equals 100?
x = 100
x == 100
x <- 100
?x