Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Still having a lot of problems with this particular question. I need a python code that will intake the information in the form of a

Still having a lot of problems with this particular question. I need a python code that will intake the information in the form of a .txt file and output the gross pay of each employee.

image text in transcribed

Eureka Lumber Company would like to calculate the gross pay for its employees. The employees'information is stored in a file as Requirements: Record Layout: The fields are fixed length (name 6 - characters, ID - 1 character, pay type - 1 character, pay rate - 3 characters, hours - 2 characters, newline character at end of each line - 1 character = total 14 characters. 1. name is a string value 2. ID_number is a numeric integer value 3. pay_type is a character, either H for hourly, or S for salary 4. pay_rate either holds the hourly rate for an hourly pay_type, or it holds the total salary for a salary pay_type. 5. hours_worked holds the total number of work hours for the employee The employee gross pay is computed as follows: If employee pay_type is hourly gross pay = pay_rate * hours_worked Else if employee pay_type is salary based gross pay = pay_rate Develop a solution for the problem of reading each employee's information from the file, computing her gross pay, and then printing out all the employee information along with her gross pay

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2018 Dublin Ireland September 10 14 2018 Proceedings Part 1 Lnai 11051

Authors: Michele Berlingerio ,Francesco Bonchi ,Thomas Gartner ,Neil Hurley ,Georgiana Ifrim

1st Edition

3030109240, 978-3030109240

More Books

Students also viewed these Databases questions