Python Program 5 Design Pseudocode Implement Source Code Program Name Weeklyhours Compute Q37101048

IN PYTHON ONLY !! Program #5 : Design (pseudocode) andimplement (source code) a program (name it WeeklyHours) to computethe total weekly hours for 3 employees. The program main methoddefines a two-dimensional array of size 3×7 to store employers’daily hours for the week. Each row represents one employee and eachcolumn represent one day of the week such that column 0 designatesMonday, column 1 designates Tuesday, etc. The program main methodpopulates the array with random numbers between 0 and 10 and thenprints out the array in rows and columns as shown below. The mainmethod then calls method addHours() that takes a two-dimensionalarray

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.