Answer (Choose 1 answer)
Which of the following statements is correct for the control statement?
A. A switch statement can work on characters, strings, and enumeration (enum) types.
B. The for statement executes its body while its specified Boolean expression is evaluated as false.
C. A switch statement can not work on numeric and boolean types.
D. The foreach statement can't be used to iterate over the elements of a collection such as a list.
Elt