

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following R code snippet? |
A. | function(x) { x * x } |
B. | func(x) { x * x } |
C. | function(x) { x / x } |
D. | function { x $ x }View Answer |
Answer» B. func(x) { x * x } | |