- You need to fork this repo to your account
- Then clone it to your machine to your projects folder
- Open the project folder from IntelliJ
Then to do the work,
write the method pay in the PayDay class so that it takes the input in the comments of the method and produces the resulting string.
Then,
Write the test method in PayDayTest to prove the pay method works.