This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by Simon on 05/05/2017. | |
*/ | |
public class ReportCard { | |
// The students full name | |
private String mStudentName; | |
// The grade of the English class | |
private int mEnglishGrade; | |
// The grade of the Economics class |