Problem Statement
Build a two-file project with Main.java and GradeSummary.java.
Read two integers: coursework mark and exam mark.
GradeSummary must calculate the average as a double and return the exact line: Average = X.00 or with the correct two decimals.