Vidyalelo
R Programming · Q181

Control Structures in R Programming

Programming · R Programming · question 181

Q181

Point out the correct statement?

A.
The only way to exit a repeat loop is to call break
B.
Infinite loops should generally be avoided
C.
Control structures like if, while, and for allow you to control the flow of an R program
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