Discussion :: R Programming MCQs
- Point out the correct statement :
A.
Blocks are evaluated until a new line is entered after the closing brace
|
B.
Single statements are evaluated when a new line is typed at the start of the syntactically complete statement
|
C.
The if/else statement conditionally evaluates two statements
|
D.
All of the mentioned
|
Answer : Option C
Explanation :
The if/else statement returns, as its value, the value of the statement that was selected.
Be The First To Comment