Point Out The Wrong Statement #337
Point out the wrong 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.1.
Point out the wrong statement?
for will execute a loop a fixed number of times
break will execute a loop while a condition is true
if and else tests a condition and acting on it
break is used to break the execution of a loop