...

/

Project: Build a Book Class

Project: Build a Book Class

Create a Book class and print a summary using object data in this Java project.

We'll cover the following...

Create a Book class with:

  • title (String)

  • ...