What is the value of csum?
a <- c(1.2, 2, 3.5, 4) b <- c(1.2, 2.2, 3.5, 4) csum <-sum(a == b)
21.6
0.2
3
8