Home / Report Question

Q. Which of the R following code is example of explicit printing?
  • A. > x <- 5 > x
  • B. > x <- 5 > print(x)
  • C. > x <- "auto" > x
  • D. > x <- "auto" > x <- "auto"