Problem Statement
Create two Java files: Main.java and BookPreview.java.
Read the required values, construct a BookPreview object, and print a multiline report.
The report must contain these lines in this order:
- Code
- Line Total
Use a constructor and keep the object-oriented structure clear.