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.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question
100%

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.

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning