Student
|
- name : String
- mark1, mark2, mark3, mark4 : int
- total : double
- totalMarks : double
- grade : char
- df : DecimalFormat
-df1 : DecimalFormat
|
+Student(name : String)
+Student()
+modul1() : void
+modul2() : void
+modul3() : void
+modul4() : void
+getName() : String
+getTotal() : double
+addMark(i : int ) : void
+getGrade() : char
+display() : void
|
Student class has be developed where all subtopic need to use objects and methods from this class to add and display total marks of quiz.
No comments:
Post a Comment