What state should the Book constructor establish for a newly created book?
Book
Ignore the parameters and mark every new book unavailable.
Copy the title, author, and publication year parameters into fields and set availability to true.
Store only one formatted string and leave all four declared fields uninitialized.
Read availability from a required fourth constructor argument.