Time to use our class. We start the same way we'd create a variable, but then add the new keyword followed Book().
new
Book()
Here we'll assign new Book() to the book1 variable.
new Book()
book1
Make sure you've added new Book() to your code.