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