Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Coding. So I posted this before, but the last person to help me didn't get it right and they stopped helping me. I need

Python Coding. So I posted this before, but the last person to help me didn't get it right and they stopped helping me. I need the right answer. I am going to include everything you will need to know. PLEASE FOLLOW EVERYTHING I PUT IN HERE.

Instructions:

The Payroll Department keeps a list of employee information for each pay period in a text file. The format of each line of the file is the following:

Write a program that inputs a filename from the user and prints to the terminal a report of the wages paid to the employees for the given period.

  • The report should be in tabular format with the appropriate header.
  • Each line should contain:
    • An employees name
    • The hours worked
    • The wages paid for that period.

An example of the program input and output is shown below:

Enter the file name: data.txt Name Hours Total Pay Lambert 34 357.00 Osborne 22 137.50 Giacometti 5 503.50

TESTS THAT HAVE TO RUN.

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

please make sure to have all this done. I would hate to keep bugging you about it not working.

Checks

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago