Browsing resource, all submissions are temporary.
Suppose I have two vectors x <- 11:14 and y <- 22:23. What is produced by the expression x + y? an integer vector with the values 33, 35, 35, 37 a numeric vector with the values 33, 35, 13, 14 an integer vector with the values 11, 12, 35, 37 an error message