What is the output if the following is executed in R? loop.fun1 = function(n) { x = c(0,1,2) while (length(x) < n) { ...
確定! 回上一頁