Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design the following programs. For each, you must have at least one IPO chart and use either flowcharts or pseudocode for the logic of the
Design the following programs. For each, you must have at least one IPO chart and use either flowcharts or pseudocode for the logic of the program. Simple salary calculator
employees
Name, hourly rates, and hours worked are in a flat file in this format: Last name, first name, hourly rate, hours worked, supervisor email account
For example, a record would look like:
Smith Joe, lucyball@company.com
Fulltime is hours per week.
For anything over hours, the employee makes times their hourly rate.
Overtime should not exceed hours.
If the employee worked over hours, an email message must go to the employees supervisor.
Write the results to another file in the following format: Last name, first name, weekly salary, and add a Y or N to the file if the supervisor was sent an email.
For example, the output record would look like:
Smith Joe, N NEED IPO CHART AND FLOWCHARTPSUEDO CODE
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started