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.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

python coding

The Payroll Department keeps a list of employee
data.txt
payroll.py
+
information for each pay period in a text file. The format
of each line of the file is the following:
1 Lambert 34 10.50
<last name> <hours worked> <hourly wage>
2 Osborne 22 6.25
3 Giacometti 5 100.70
Write a program that inputs a filename from the user and
4
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
data.txt
payroll.py
appropriate header.
1 # Put your code here
Each line should contain:
• An employee's name
o The hours worked
o 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
503.50
+
Transcribed Image Text:The Payroll Department keeps a list of employee data.txt payroll.py + information for each pay period in a text file. The format of each line of the file is the following: 1 Lambert 34 10.50 <last name> <hours worked> <hourly wage> 2 Osborne 22 6.25 3 Giacometti 5 100.70 Write a program that inputs a filename from the user and 4 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 data.txt payroll.py appropriate header. 1 # Put your code here Each line should contain: • An employee's name o The hours worked o 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 503.50 +
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT