You need to decide what programming language you will be using.
Input x hours, and y wage
multiply x hours by y wage
subtract deduction
= take home pay
Write a pseudocode to calculate wage
2 answers
If you just want wage you may need to input
z years of service
wage = base value + {z times a factor for years of service}
z years of service
wage = base value + {z times a factor for years of service}