Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 507 Bytes

File metadata and controls

11 lines (8 loc) · 507 Bytes

Instructions

  1. Write the solution code to your assigned problem in the appropriate java file i.e Problem1.java or Problem2.java
  2. Make sure you follow proper programming style conventions in your solutions.
  3. 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