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