// Start comments with double slashes. // Separate each item by a # // Options for the types of entries can be found in DataInputModel TITLE Please answer the following questions. Click on 'Done' button when done. # RADIOBUTTON How well do you know 'switch' statements? Very well Well Average Not well Not at all # BOOLEAN The condition of switch must be of integer type # BOOLEAN The condition of switch must match at least one case # BOOLEAN break statement is required for all the cases of switch # BOOLEAN Variables can appear in case statements of switch # BOOLEAN default case is mandatory in a switch statement // # // BOOLEAN // The cases in a switch must be consecutive (1,2,3..) // # // BOOLEAN // The cases in a switch can be listed in decreasing order // # // BOOLEAN // Each case must have at least one statement besides break // # // BOOLEAN // The condition cannot be an expression? Must be a variable? // # // CHECKBOX // Select your experience(s) in this topic: // Programmed a lot // Programmed a bit // Did exercise problems // Heard lecture // Read about it // None