GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Write a program to assist a human resources clerk in applyin…

Write a program to assist a human resources clerk in applying salary increases for employees.  The clerk will enter an employee number, his/her performance rating (either an E for Excellent, S for Satisfactory or U for Unsatisfactory) and the employee’s classification. If the employee receives a rating of E or S, they are eligible for a salary increase according to the classification table.  If the employee receives a rating of U, they are not eligible for a salary increase. The classification determines the salary increase percentage for E or S rating.  Every employee in the company has a classification of 12, 14, 16, 18 or 20. Below is the table of salary increases for the employee classifications. Employee Classification   Salary Increase Percentage 12 1.0% 14 2.0% 16 2.5% 18 3.0% 20 3.5% Create a data store (list or a dictionary) in your program of salary increase percentages. Prompt the clerk to enter an employee number and performance rating.  If his/her performance rating is E or S, then ask the clerk to enter base salary and classification.  Display back to the clerk the employee’s number, current salary and new salary (old salary with percentage increase included). If the performance rating is a U, display a message that the employee will be on probation for a year.   Use at least one function in your program. Display a message back to the clerk if they enter an invalid classification; ask them to re-enter.   Extra details to follow: • Add comments and/or doc strings to your program to explain your code. • Design your program so that the clerk can enter multiple employees. • Add to your program the time function so it will pause appropriately after displaying messages. • Save your program as Salaryxxx where xxxxx is your last name. • Submit your program as part of this question. Points awarded as below:  Total Points Use of list or dictionary  10  Loop execution 10 If else conditions 10 Use of function 10 Check for invalid classification 5 Comments and doc strings in function 5 Total Points: 50                             

Read Details

Are males or females more likely to be infertile? Select the…

Are males or females more likely to be infertile? Select the best answer. 

Read Details

How do you properly put a condom on? Choose the best answer….

How do you properly put a condom on? Choose the best answer. 

Read Details

Where is stoning still practiced? Select the best option. 

Where is stoning still practiced? Select the best option. 

Read Details

What percentage of people have HPV in their lifetime? Select…

What percentage of people have HPV in their lifetime? Select the best answer. 

Read Details

What is the difference between β-strands that form β-sheets…

What is the difference between β-strands that form β-sheets and loops?

Read Details

According to the thermodynamic hypothesis, what determines t…

According to the thermodynamic hypothesis, what determines the native conformation of a protein?

Read Details

By convention, what is the amino-terminal residue and what i…

By convention, what is the amino-terminal residue and what is the carboxyl-terminal residue in the sequence of amino acids Gly-Tyr-Gly-Phe-Leu?

Read Details

Order the type of interactions by their strength in descendi…

Order the type of interactions by their strength in descending value (from strongest to weakest).

Read Details

What is the reason for the hydrophobic effect? Choose the be…

What is the reason for the hydrophobic effect? Choose the best explanation

Read Details

Posts pagination

Newer posts 1 … 37,745 37,746 37,747 37,748 37,749 … 93,410 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top