In a switch structure, the ________ case clause is used to process exceptional conditions and is usually listed last.

a) break
b) default
c) else
d) then

b) default

Computer Science & Information Technology

You might also like to view...

Which of the following shows where automatic page breaks will occur in a worksheet?

A) By solid blue lines B) By solid black lines C) By dotted red lines D) By blue dashed lines

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The Properties window cannot be used to display the events associated with a control. 2. The value of DateDiff(DateInterval.Day, #1/1/2017#, #2/1/2018#) is 31. 3. The statement Const TAX_RATE As Decimal is not valid. 4. The value assigned to a class-level named constant can be changed in any procedure.

Computer Science & Information Technology