Merit America - Assignment 1

Follow these steps:

1. GitHub

  1. Fork this repository (hint: Fork an example repository)

  2. Add your partner as a collaborator to your forked repository (hint: Inviting collaborators to a personal repository)

2. Your Computer

  1. Open your terminal or command prompt

  2. Navigate to a folder where you keep your coding projects (hint: use the cd command)

  3. Clone your forked repository (hint: Cloning a repository)

  4. Open Eclipse

  5. Click File -> Import

  6. Select "Maven -> Existing Maven Projects" and press Next

  7. Click Browse and find the assignment1 folder, select the assignment1 folder

  8. Ensure the pom.xml Project is selected and click Finish

  9. Implement your solution in src/main/java (Commit your code changes regularly as you complete requirements)

  10. Right-click on the "assignment1" project in Eclipse, select "Run As" and "Java Application" and select the MeritAmericaBankApp to run your main() method

  11. Right-click on the "assignment1" project in Eclipse, select "Run As" and "JUnit Test" to run our tests to verify your solution

  12. Once complete, zip your "assignment1" folder

3. HackerRank

  1. Navigate to this assignment on HackerRank

  2. Click on "Upload code as Zip" and select your zip file

  3. You can click on the "Run Unit Tests" button to confirm it is working.

  4. Click Submit