Outputting Book Info

# Introduction In this challenge, we will be working with the Book class to output relevant information about a book. The Book class will have properties such as the book name, price, and author, and the challenge task is to create a method called "print" that will output the book's information in a specific format. The format should include the book name, author, and price, with the price formatted to decimal places. Once you have completed the challenge, you can verify your result using the steps provided and submit for grading.

|60 : 00

Click the virtual machine below to start practicing