In which loop the condition comes before the body of the loop?, for, while, do...while, nested loop, In which loop the condition comes after the body of the loop., for, while, do..while, nested loop, Identify the final value of x when the code int x; for(x=0; x<10; x++) {} is executed., 10, 9, 0, 1, Identify the type of looping process that test the condition at the end of the loop., for, while, foreach, do...while, 11, 10, 9, 8, Which control structure indicates the do...while statement?, Selection, Loop, Sequence, Conditional, I, II and IV, II, III and IV, I, II and III, I, III and IV, Choose the CORRECT syntax for for loop., for(initialization;condition; increment/decrement), for(increment/decrement; initialization; condition), for(initialization, condition, increment/decrement), for(initialization: condition: sequence), Which is the following NOT a C++ pre-test loop?, for, while, do...while, All the above, Which is the following NOT a loop structure in C++ language?, switch, for, while, do..while, Select the CORRECT syntax for do...while loop., Identify the output of the following code, 1 3 4 5, 1 2 3 4 5, 5 4 3 2 1, 4 5 1 2 3, The statements within curly braces in a loop is known as _____________., body, statement, part, comment, Based on the statement above, select the construct which has NOT been used:, Sequence, Selection, Iteration, All the above, A conditional loop is a loop which will repeat code until a condition is met., TRUE, FALSE

Leaderboard

Visual style

Options

Switch template

Continue editing: ?