Answer the following questions true (T) or false (F)
1. In a switch statement, the default case is always executed.
2. Not including the break statements within a switch statement results in a syntax error.
1. False
2. False
Computer Science & Information Technology
You might also like to view...
You can import data from an Excel workbook into Access by copying the data from an open worksheet and pasting it into an Access datasheet
Indicate whether the statement is true or false
Computer Science & Information Technology
An abstract class is
A) one that has at least one pure virtual function. B) one that supports polymorphism. C) one that has all of its member functions declared private. D) one that has all of its member variables declared private. E) None of the above
Computer Science & Information Technology