What will the following code display?
enum Letters {Z, Y, X};
if (Z > X)
cout ≪ "Z is greater than X. \n";
else
cout ≪ "Z is not greater than X. \n";
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.