The __________ primitive type is not compatible with a switch statement.

a) double
b) int
c) short
d) char


a) double

Computer Science & Information Technology

You might also like to view...

To declare an array one must provide the:

a) array name and array size b) array name and data type c) array size and data type d) array name, array size and data type

Computer Science & Information Technology

What is the purpose of using the null character in a character array?

A. to indicate the end of the data (termination). B. there is no purpose in using the null character in a char array. C. Because null equals 0. D. The null character is mandatory for a clean compile.

Computer Science & Information Technology

What kind of data can be lost when a computer is turned off?

A. volatile B. static C. non-volatile D. persistent

Computer Science & Information Technology

When performing full-interruption testing, normal operations of the business are not impacted.

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

Computer Science & Information Technology