Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions 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
expand button
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
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education