The controlling expression for a switch statement includes all of the following types except:

(a) char
(b) int
(c) byte
(d) double


(d) double

Computer Science & Information Technology

You might also like to view...

What is the difference between CAT 5 and CAT 5e?

What will be an ideal response?

Computer Science & Information Technology

The below question refer to the program segment. (Assume that all variables are of type int.)

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { cin >> t; s += t; if (t >= 0) g++; else z++; i++; } ``` The loop can best be categorized as a _________________ . a. counter-controlled loop b. sentinel-controlled loop c. general conditional loop d. do-while loop e. None of the above.

Computer Science & Information Technology

New blank Word documents are created using the ________ template

A) Normal B) Start-up C) Home D) Blank Document

Computer Science & Information Technology

When two or more devices attempt to transmit data at the same time, this is called a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology