Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use python Assume the input data is structured as follows first there is a non-negative integer specifying the number of employee timesheets to be tead

image text in transcribed
use python
Assume the input data is structured as follows first there is a non-negative integer specifying the number of employee timesheets to be tead in this is tollowed by data tot each of the employees The first number for each employee is an integer that specifies their pay per hour in cents Following this are 5 intogers, the number of hours they worked on each of the days of the workweek Given this data write a loop and any necessary code that reads the date and stores the total payroll of all employees into the variable total Note that you will have to add up the numbers worked by each employee and multiply that by that particular employee's pay rate to get the employee's pay for the week and sum those values who total

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

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago