The type of a switch statement’s condition must be ____-compatible.
A. decimal
B. integer
C. object
D. string
Answer: B
You might also like to view...
If x is type int and y is type float what promotion will occur in the following expression: y = 5.0 + x
a) float to int b) int to float c) float to double d) no promotion will occur
Possible causes of data loss include all of the following, except ____:
A. regular backups B. a hard drive crash, C. a natural disaster D. theft
The four layers of the learning continuum as summarized by NIST SP 800-16 are: security awareness, security basics and literacy, roles and responsibilities relative to IT systems, and the _________ level.
Fill in the blank(s) with the appropriate word(s).
Upon encountering the designated delimiter character, the ignore member function will:
a. Read it in and return its value. b. Ignore it and continue reading and discarding characters. c. Terminate. d. Replace it with an EOF character.