Skip to content

Commit 3fde52d

Browse files
committed
added grading class
1 parent c0a4634 commit 3fde52d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class Grade {
2+
public int id;
3+
public String name;
4+
public float cgpa;
5+
6+
public void show(){}
7+
}

0 commit comments

Comments
 (0)