Student Report Card
Student Report Card
Scanner;
input.close();
}
// Main method
public static void main(String[] args) {
StudentReportCard student = new StudentReportCard();
student.inputDetails();
student.calculateResults();
student.displayReportCard();
}
}