Skip to content
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

Session 1 #9

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Session 1 #9

wants to merge 18 commits into from

Conversation

jonathan016
Copy link

Works done during the first session in Java training.

File for first assignment for showing grade given a score.
Declared constructor and main method, with addition of try-catch for
handling empty argument passed.
Added logic for showing grade inside constructor.
Added constructor and main method surrounded with try-catch for handling
empty argument call.
Added main method with try-catch for handling empty argument call.
Added empty constructor and main method.
Added empty constructor and main method with try-catch for handling
empty argument call.
Finished implementing factorial calculation using recursive method.
Finished implementing factorial calculation using looping.
Finished implementing logic for printing number of day given year and
month.
Finished implementing logic for printing month name given the month
number.
Finished implementing logic for showing grade given score.
Added shorter implementation of factorial calculation using recursive
method.
Declared and defined constructor and main method with try-catch for handling empty argument call.
Added swapping using multiplication/division, XOR, and
addition/substraction in BubbleSort.java. .class files are also deleted.
Renamed files according to order of given assignments. 1st is
ScoreCalculator, 2nd is MonthNamePrinter, and so on.
Forgotten about file name and class name must be the same in last push.
Edited the file names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant