Objects first with java exercise 2.91 book project add a further

Objects first with Java

Exercise 2.91 Book Project

Add a further boolean field, courseText, to the Book class. This records whether or not a book is being used as a text book on a course. The field should be set through a parameter to the constructor and the field is immutable. Provide an accessor method for it called isCourseText.