1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
SVEN [57.7K]
3 years ago
12

Create pseudocode that could be used as a blueprint for a program that would do the following: An employer wants you to create a

program that will allow her to enter each employee’s name, hourly rate of pay, number of hours worked in one week, overtime pay rate, payroll deductions (such as medical insurance, savings, etc.), and tax rate. The program should output the employee’s gross pay (before taxes and deductions) and net pay (after taxes and deductions) for each employee for one week.
Computers and Technology
1 answer:
mestny [16]3 years ago
8 0

Answer:

START LOOP FOR EACH EMPLOYEE:

   INPUT employee’s name, hourly rate of pay, number of hours worked, overtime pay rate, payroll deductions, tax rate

   SET gross pay = (hourly rate of pay x *weekly hours) + (overtime pay rate x (number of hours worked - *weekly hours))

   PRINT gross pay

   SET net pay = gross pay - (payroll deductions + (gross pay * tax rate/100 ))

   PRINT net pay

END LOOP

* weekly hours (how many hours an employee needs to work to earn overtime pay rate) is not given in the question

Explanation:

Create a loop that iterates for each employee

Inside the loop, ask for name, hourly rate, number of hours worked, overtime pay rate, payroll deductions, tax rate. Calculate the gross pay and print it. Calculate the net pay and print it

You might be interested in
Erin previously recorded all of her credit card activity manually using the expense transaction screen. She then reconciled the
-Dominant- [34]

Answer:

she should select reconciled account, then select batch actions and lastly exclude selected

Explanation:

Erin should reconcile her account if she cannot see the matches for the transactions that she entered and reconciled previously.

Banks use reconciliation methods to evaluate the transactions that are reported internally against monthly financial statements.

Erin has to take these steps:

Select reconciled transactions, then select batch actions and lastly exclude selected ones

4 0
3 years ago
PLEASE HELP!!!!!
Allushta [10]

Answer:

Insert

Explanation:

Insert

7 0
3 years ago
Read 2 more answers
How can you get feedback on your presentation from someone who is far away?
My name is Ann [436]

Answer:

C. Record your presentation...

I think this because if you want feedback you would definetly talk and record your presentation so the person can give you a clear response

8 0
3 years ago
Read 2 more answers
True or False? A small error in any of the input variables of a meteorological (or other continuous) simulation can cause an inc
Kruka [31]

Answer:

The answer is "True".

Explanation:

In programming language, if we pass some wrong values in the program or function so, our program will give an errored value that is not useful for us. Therefore if in meteorological simulation, we pass the wrong value so, it will produce a wrong value that is not useful for us.

That's why the answer to this question is "True".  

8 0
3 years ago
What ion is formed when an atom of mercury (Hg) loses two electrons?
serious [3.7K]
When the atom loses electrons its negative charge decrease so it becomes positive ion the answer: D) Hg+2.
5 0
3 years ago
Read 2 more answers
Other questions:
  • Why should the data in a reservation system that is constantly being updated be stored on a magnetic disk instead of a CD or DVD
    15·1 answer
  • An ____ is a collection of tools, features, and interfaces that enables users to add, update, manage, access, and analyze the co
    10·1 answer
  • Imagine that you have access to a class named MyCircle that has void setRadius(double r) and double getRadius() methods. Write a
    14·1 answer
  • What is the python ?​
    6·2 answers
  • How are search results organized?
    6·1 answer
  • The Internet was first used by which of the following institutions?
    7·1 answer
  • If you answer I will mark brainliest!!! I want to be able to see two websites on my screen at the same time, how do I do that on
    9·1 answer
  • There are some games that cannot be described by a single--or even two-- genres. Can you think of any that should be invented?​
    6·1 answer
  • Relieved to have survived ,henry rolled off the rink________.giving alex a grateful look
    8·1 answer
  • In what year was the earliest documented use of the word computer?.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!