Which of the following is "invalid" assignment? name(x) <- c("New York", "Seattle", "Los Angeles") names (x) <- c("New York", "Seattle", "Los Angeles") x <- list("Los Angeles" = 1, Boston =2, London =3)