Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 396 Bytes

File metadata and controls

14 lines (9 loc) · 396 Bytes

PayDay

  • 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.