Question
A company pays several its employees on an hourly basis. Weekly wages are calculated at $20 per hour for the first 30 hours in the
A company pays several its employees on an hourly basis. Weekly wages are calculated at $20 per hour for the first 30 hours in the week and then at $30 per hour. Once the total wage is calculated 30% is deducted for taxation purposes. You must write a program that will read the number of hours worked. Calculate Normal wage, Overtime wage, and the total wage payable to the user. Also calculate the tax payable on total wage. Bachelor of Information Technology ICT113 Programming Fundamentals Wentworth Institute of Higher Education, 302 Elizabeth Street, Sydney http://www.win.edu.au/ Higher Education CRICOS code: 03279M The program must print a payslip listing all wages and deductions. Several operators use this program, so you must write instructions about how to run the program. In future the company is thinking of storing all the information in text files, so you must write all the logic in functions so the code can be easily modified. Screenshot below shows the working of the program;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started