Adding Vectors and Vector Length

Sign in to test your solution.
x <- c(1, 6, 2) y <- c(1, 4, 3) x.length <- ... y.length <- ... ...