ce Quiz 3

Quiz Topic 3

Question 1: choose the correct list of selection control structure.

Question 2: choose the correct list of repetition control structure.?

Question 3: Which statement is used to exit from a SWITCH block in C++?

Question 4: What is the CORRECT output for the program code below

Question 5: Based on the code below, determine the value of max variable?

Question 6: Analyse the code below and determine the CORRECT output

Question 7: Given the following code, identify the value of "y" after the following switch statement is executed

Question 8:Predict the output for the sample code below, assume the value of grade = 'D'

Question 9: How many times will the loop body execute based on the code below.

Question 10: What is the output of the following code snippet?