Write a python program that will allow a user to enter work hours of 3 employees from Sunday- Saturday. Guide: 1. Declar

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Write a python program that will allow a user to enter work hours of 3 employees from Sunday- Saturday. Guide: 1. Declar

Post by answerhappygod »

Write A Python Program That Will Allow A User To Enter Work Hours Of 3 Employees From Sunday Saturday Guide 1 Declar 1
Write A Python Program That Will Allow A User To Enter Work Hours Of 3 Employees From Sunday Saturday Guide 1 Declar 1 (76.68 KiB) Viewed 7 times
Write a python program that will allow a user to enter work hours of 3 employees from Sunday- Saturday. Guide: 1. Declare 2D list for the work hours of employees, the size is 3,7 2. Declare 1D list for the days. ("Sun","Mon".... 3. Use nested for loop for entering the work hourd of each employee 4. Use single for loop for displaying the Sun-Sat words below the ENTRY SUMMARY 5. Use nested for loop in displaying the entry summary matrix and it should be match to the entered values above. 6. New Line, Spacing and Tab sequences are also useful to make the program output more organize. Use \t, and \n. Sample Output Blue Terminal Window-Nada del Cur Option Enter number of hour works hour for Employee at Sun:5 Enter number of hour works hour for Employee at Mon:6 Enter number of hour works hour for Employee at Tue:7 Enter number of hour works hour for Employee 8 at Wed:9 Enter number of hour works hour for Employee 8 at Thu:1 Enter number of hour works hour for Employee 0 at Fri:2 Enter number of hour works hour for Employee 0 at Sat:3 Enter number of hour works hour for Employee 1 at Sun:5 Enter number of hour works hour for Employee 1 at Mon:8 Enter number of hour works hour for Employee 1 at Tue:6 Enter number of hour works hour for Employee 1 at Wed:7 Enter number of hour works hour for Employee 1 at Thu:6 Enter number of hour works hour for Employee 1 at Fri:5 hour works hour for Enter number of Employee 1 at Sat:8 Enter number of hour works hour for Employee 2 at Sun:6 Enter number of hour works hour for Employee 2 at Mon:7 Enter number of hour works hour for Employee 2 at Tue: 8 Enter number of hour works hour for Employee 2 at Wed:5 Enter number of hour works hour for Employee 2 at Thu:6 Enter number of hour works hour for Employee 2 at Fri:8 Enter number of hour works hour for Employee 2 at Sat:3 Sun Mon Tue Wed Employee 8 5 6 7 9 Employee 1 5 8 6 Employee 2 6 7 8 7 5 SUMMARY OF ENTRY Thu Fri 1 2 5 8 6 6 Sat 3 8 3
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply