- Write the solution code to your assigned problem in the appropriate java file i.e Problem1.java or Problem2.java
- Make sure you follow proper programming style conventions in your solutions.
- Commit and push your code to github to submit your work. If you are get a prompt indicating that your username or useremail needs to be set: enter the following in the terminal:
git config --global user.name yourGithubUsername
git config --global user.email yourGithubAccountEmail