w <- 10.2
x <- 1.3
y <- 2.8
z <- 17.5
colors <- c("red", "blue", "green")
masses <- c(45.2, 36.1, 27.8, 81.6, 42.4)
dna1 <- "attattaggaccaca"
dna2 <- "attattaggaacaca"
TRUE or FALSE.
w is greater than 10"green" is in colorsx is greater than ymasses is greater than 40.x + 0.2 is equal to ydna1 is the same as dna2dna1 is not the same as dna2w is greater than x, or y is greater than zx times w is between 13.2 and 13.5masses is between 30 and 50.