Vidyalelo
R Programming · Q53

Control Structures in R Programming

Programming · R Programming · question 53

Q53

Point out the correct statement?

A.
Statements, such as x<-1:10 or mean(y), can be separated by either a semicolon or a new line
B.
Whenever the evaluator is presented with a syntactically complete statement that statement is evaluated and the value returned
C.
Computation in R consists of sequentially evaluating statements
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board