Which of the variable in the following R code is variable?
> f <- function(x, y) {+ x^2 + y / z+ }
> f <- function(x, y) {+ x^2 + y / z+ }Which of the variable in the following R code is variable?
> f <- function(x, y) {+ x^2 + y / z+ } Correct Answer z
মোঃ আরিফুল ইসলাম
Feb 20, 2025