Page 1 of 1

About Question enthuware.ocpjp.v17.2.3711 :

Posted: Tue Nov 22, 2022 7:40 am
by mdraisma
Point 7 in the explanation of this question contains an error in the code:

default : 200;

should be

default -> 200;

regards, Marko

Re: About Question enthuware.ocpjp.v17.2.3711 :

Posted: Wed Nov 23, 2022 9:57 am
by admin
Fixed.
thank you for your feedback!

Re: About Question enthuware.ocpjp.v17.2.3711 :

Posted: Tue Feb 28, 2023 10:25 am
by edufin166@yahoo.com
Another mistake....

enum Card { CLUB, DIAMOND, HEART, SPADE } --> The EnumConstants doe snot finalize wit ";"

Re: About Question enthuware.ocpjp.v17.2.3711 :

Posted: Tue Feb 28, 2023 10:50 am
by admin
It is not a mistake. Please try compiling the given code.