CJCoding With Joseph
15per day

Comparable Student

Implement Comparable<Student> so that higher GPA is considered greater. Return a positive number when this student's GPA is higher, negative when lower, and 0 when equal.

Use comparison logic only (no printing). Do NOT write a main method.

Expected Output:

1
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.