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