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)
8
3
0.2
21.6