Write down a complete PYTHON program to do the followings; enter the information of a set of workers: Social security number, Name surname, and number of hours worked in a week Calculate the wage of...


Write down a complete PYTHON program to do the followings;  enter the information of a set of workers: Social security number, Name surname, and number of hours worked in a week


Calculate the wage of each worker:


If number of hours worked is not more than 40 wage, then;


wage = number of hours worked * hour rate


Otherwise,


wage = 40 * hour rate+ (number of hours worked -40)*2*hour rate


Find the total wage that will be paid by the business to the workers


Find the largest wage and the name of that worker whose wage is the largest


Find the lowest wage and the name of that worker whose wage is the lowest


Find the average wage.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here