Page 1 of 1

About Question enthuware.ocpjp.v8.2.1803 :

Posted: Tue Oct 13, 2015 12:36 pm
by mrmuiz
Isn't

Code: Select all

Student.Grade
wrong, both in question and answers?

It should be only

Code: Select all

Grade
or I'm missing something?

Re: About Question enthuware.ocpjp.v8.2.1803 :

Posted: Tue Oct 13, 2015 9:32 pm
by admin
Grade should have been inside Student. Or it should used just Grade instead of Student.Grade.
Fixed.
thank you for your feedback.