Point Out The Correct Statement #354
Point out the correct statement?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Control Structures, Functions, Scoping Rules, Loop Functions and Debugging - Control Structures - Quiz No.3.
Point out the correct statement?
Statements, such as x<-1:10 or mean(y), can be separated by either a semicolon or a new line
Whenever the evaluator is presented with a syntactically complete statement that statement is evaluated and the value returned
Computation in R consists of sequentially evaluating statements
All of the mentioned