Programming - Control Statements - Discussion

You Are Here :: Home > JAVA > Control Statements - Discussion

 



Q.

___________ is a branching statement that are used in the looping statements (while, do-while and for) to skip the current iteration of the loop and resume the next iteration .                         


A. break statements B. Continue statements
C. nested if statements D. if else statement

Answer: Option B
Explaination:

 


Continue statements:This is a branching statement that are used in the looping statements (while, do-while and for) to skip the current iteration of the loop and resume the next iteration .




Discussion

Your Comments Goes here...
NameDiscussion