Hello,  I am having a problem with this question. I wrote to progam and it works. The only thing is that is not working with the checks. I am not sure why the checks are wrong. Can you help?

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Hello, 

I am having a problem with this question. I wrote to progam and it works. The only thing is that is not working with the checks. I am not sure why the checks are wrong.

Can you help?

Do I need to add or delete anything? 

Thank you!

 

Tasks
Enter
e in
%3D
Transcribed Image Text:Tasks Enter e in %3D
d Tap - Cengage Learning
https://ng.cengage.com/static/nb/ui/evo/index.html?deploymentld=5829622319546589712389574800&E|SBN=9781337560115&id=D131...
R
3 回
Not syncing
E CENGAGE MINDTAP
Q Search this course
Programming Exercise 4.12
Tasks
data.txt
payroll.py
>_ Terminal
1 # Put your code here
Enter input file name:data.txt
2 Data_File= input("Enter input file name
3 print('\n%-15s%-10s%-10s'% ('Last Name
'Hours','Total Pay'))
4 for line in open (Data_File):
line= line.strip()
if line != " :
(nm,wage,hours)
Test Case • Incomplete
The program produces the
Last Name
Hours
Total Pay
correct output for test file 2
Lambert
10
357.00
</>
Osborne
137.50
Input
Giacometti
100
503.50
6.
7
line.split ()
%3D
8.
wage =
float(wage)
%3D
test.txt
hours= float(hours)
pay= (wage * hours)
6.
10
Output
11
print ('%-15s%-10d%.2f' % (nm,
pay))
Enter input file name:test
12
bango
Last Name
Hours
To
Lambert
10
35
Osborne
6.
13
Giacometti
100
50
Run Checks
Submit 0%
3:18 PM
W
10/19/2021
口i 1
P Type here to search
Transcribed Image Text:d Tap - Cengage Learning https://ng.cengage.com/static/nb/ui/evo/index.html?deploymentld=5829622319546589712389574800&E|SBN=9781337560115&id=D131... R 3 回 Not syncing E CENGAGE MINDTAP Q Search this course Programming Exercise 4.12 Tasks data.txt payroll.py >_ Terminal 1 # Put your code here Enter input file name:data.txt 2 Data_File= input("Enter input file name 3 print('\n%-15s%-10s%-10s'% ('Last Name 'Hours','Total Pay')) 4 for line in open (Data_File): line= line.strip() if line != " : (nm,wage,hours) Test Case • Incomplete The program produces the Last Name Hours Total Pay correct output for test file 2 Lambert 10 357.00 </> Osborne 137.50 Input Giacometti 100 503.50 6. 7 line.split () %3D 8. wage = float(wage) %3D test.txt hours= float(hours) pay= (wage * hours) 6. 10 Output 11 print ('%-15s%-10d%.2f' % (nm, pay)) Enter input file name:test 12 bango Last Name Hours To Lambert 10 35 Osborne 6. 13 Giacometti 100 50 Run Checks Submit 0% 3:18 PM W 10/19/2021 口i 1 P Type here to search
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education