Skip to content

Instantly share code, notes, and snippets.

public class ReportCard {
private static final String SCHOOL_NAME = "MoUniversity";
public static final double TOTAL = 5.0;
private String student_Name;
private int roll_Number;