-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Feature/grade added #3317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feature/grade added #3317
Conversation
PR SummaryThis PR adds a new grade calculator feature. It includes three new files: Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Commits Considered (6)
- 4136739: Added Grade.java with grading methods
- 03177e8: Resolve merge conflict in add function in Calculator.java
- c20000c: Modified add method in feature/calculator differently to create a conflict
- dcda634: Modified add method in master to create a conflict
- e8a43f0: Added Calculator.java with basic operations (add , sub , mul , dev)
- 693063c: Add Student.java with getters, setters, constructor
Files Processed (3)
- Calculator.java (1 hunk)
- Grade.java (1 hunk)
- Student.java (1 hunk)
Actionable Comments (0)
Skipped Comments (0)
|
new feature (grade calculator) added to master branch