What data types can the selector expression in the switch statement evaluate to?

What will be an ideal response?

: int, char, bool

Computer Science & Information Technology

You might also like to view...

Use hyphenation to control how words are split between lines

Indicate whether the statement is true or false

Computer Science & Information Technology

If Square is the name of a class, which of the following statements would create a Square object named box?

A) box Square(); B) box Square; C) Square box(); D) Square box; E) None of the above

Computer Science & Information Technology