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)

  • author (String)

  • pages (int)

Then, in your Main class:

  • Create an object of the Book class.

  • Assign values to its fields.

  • Print each field’s value.

Get hands-on with 1400+ tech skills courses.