Answered step by step
Verified Expert Solution
Link Copied!

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
25 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, 15,40, lucy_ball@company.com
Full-time is 40 hours per week.
For anything over 40 hours, the employee makes 1.5 times their hourly rate.
Overtime should not exceed 50 hours.
If the employee worked over 50 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, 600, N NEED IPO CHART AND FLOWCHART/PSUEDO CODE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To SQL

Authors: Frank Lusardi

1st Edition

0070390029, 978-0070390027

More Books

Students also viewed these Databases questions

Question

=+ (a) Show that P(U"_[X ,, = j i.o.]) =0 for all i.

Answered: 1 week ago

Question

1. Write down two or three of your greatest strengths.

Answered: 1 week ago

Question

What roles have these individuals played in your life?

Answered: 1 week ago

Question

2. Write two or three of your greatest weaknesses.

Answered: 1 week ago