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