Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 476 Bytes

File metadata and controls

18 lines (12 loc) · 476 Bytes

02_04_pay_increase

Description

  • Workers get a 12.00% pay increase, interactive for six months
  • read worker's previous annual salary
  • print results
    • the amount of retroactive pay
    • new annual salary
    • new monthly salary

Note

Do not forget to use const for PAY_INCREASE, and MONTHS (indicating the number of months the retro pay is being calculated.)