Which statement is true?
a) The break statement causes an immediate exit from a while, for, do … while or if … else statement.
b) The continue statement is designed for use with the while, for, do … while or switch statements.
c) An equivalent while statement for any for statement can always be formed.
d) The break statement causes an immediate exit from a while, for, do … while or switch statement.
d) The break statement causes an immediate exit from a while, for, do … while or switch statement.
You might also like to view...
Office 2016's word processing software is called ________
A) Word B) Pages C) WordPad D) Notepad
Which of the following statements is false?
a) C# 6 also provides a null-conditional operator ?[] for arrays and for collections that support the [] indexing operator. b) The ?[] operator accesses the array or collection reference then returns null if the reference is null. c) Neither a) nor b) is false. d) Both a) and B are false.