Look at the following declaration.
enum Person {BILL, JOHN, CLAIRE, BOB};
Person p;
Indicate whether each of the following statements or expressions is valid or invalid.
A) p = BOB;
B) p ++ ;
C) BILL > BOB
D) p = 0;
E) int x = BILL;
F) p = static_cast<Person>(3);
G) cout ≪ CLAIRE ≪ endl;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.