About Question enthuware.ocpjp.ii.v11.2.1751 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
dongyingname
Posts: 18
Joined: Sat Jun 22, 2019 4:10 pm
Contact:

About Question enthuware.ocpjp.ii.v11.2.1751 :

Post by dongyingname »

Code: Select all

public boolean test(Book b) {             
	return isFiction(t);       //where t comes from?     
	//or return b.getGenre().equals("fiction");         
}

Do you mean

Code: Select all

public boolean test(Book b) {             
	return isFiction(b);            
	//or return b.getGenre().equals("fiction");         
}

admin
Site Admin
Posts: 10036
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.1751 :

Post by admin »

Yes, it should be b. Fixed.
Thank you for your feedback!
If you like our products and services, please help us by posting your review here.

carlosx
Posts: 5
Joined: Tue Sep 01, 2020 12:58 pm
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.1751 :

Post by carlosx »

Its September 2020 and still is not fixed! XD

admin
Site Admin
Posts: 10036
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.1751 :

Post by admin »

It is fixed. Please make sure you are using the latest version of the question bank file.
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests