You are on page 1of 1

Information Technology

February 2, 2022
Problem Solving

The owner of Kingston Publishes has contracted you to design a program that will
compute the salary of each employee. Assume that each employee works for 47 hours.
*Regular work week is 40 hours
*Extra hours worked is considered overtime
*Each employee works $500.00 an hour
*Overtime is awarded at $700.00 an hour

1. Prepare an IPO chart to decompose the problem above.


2. Write a pseudocode for the problem. Output

(a)the name of the employee


(b) the regular hours worked
(c) overtime hours worked
(d) salary for the employee

You might also like