Vidyalelo
R Programming · Q48

Control Structures in R Programming

Programming · R Programming · question 48

Q48

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
Answer
D.
Break will execute a loop while a condition is true

Answer: Option C

Solution

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