adplus-dvertising
frame-decoration

Question

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

Posted under R Programming

Answer: (d).All of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the correct statement?