✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Given the following declarations:
enum class CurrencyType {
US_DOLLAR, CAN_DOLLAR, POUND, EURO, YEN, YUAN, RUPEE, MEX_PESO
};
CurrencyType currency;
which of these subsequent statements compile?