Question: Program#1 (10 points):Design and implement a Java program for programming exercise 8.4, page 306 (name it WeeklyHours). The program prompts the user to enter a

Program#1 (10 points):Design and implement a Java program for programming exercise 8.4, page 306 (name it WeeklyHours). The program prompts the user to enter a 2-dimensional array representing employees work hours for each day of the week (see sample input array in the text). The program prints out employees and their total hours in decreasing order of the total hours Employee# Weekly Hours eekyours 0 57 57 1 50 2 45 3 37 *8.4 (Compute the weekly hours for each employee) Suppose the weekly hours for all employees are stored in a two-dimensional array. Each row records an employ- ee's seven-day work hours with seven c array stores the work hours for eight employees. Write a program that displays employees and their total hours in decreasing order of the total hours. olumns. For example, the following Su M T W Th F Sa Employee 0 24 345 8 8 Employee 1 7 3 4 3 3 4 4 Employee 2 3 3 4 3 3 2 2 Employee 3 9 3 4 7 34 1 Employee 4 3 5 4 3 6 3 8 Employee 5 3 4 4 6 3 4 4 Employee 6 3 748 3 8 4 Employee 7 6 3 5 9 27 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
