Point Out The Correct Statement #357
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?
The next statement causes an exit from the innermost loop that is currently being executed
There are two statements that can be used to explicitly control looping
The break statement immediately causes control to return to the start of the loop
Computation in R consists of sequentially evaluating statements