Question: Note: Please write Pseudocode and source code separately using two-dimensional arrays of Java Programming language. Please make sure there are no errors. Search and Sort
Note: Please write Pseudocode and source code separately using two-dimensional arrays of Java Programming language. Please make sure there are no errors.

Search and Sort Algorithms Program 2: Re-work program #5 (WeeklyHours) from the previous assignment such that 1. The program prints out the day an employee worked most hours (utilize Binary search from Lab 14 to implement this fucntionality) 2. The program outputs are displayed in ascending order (stored) by weekly Hours. Notice that we modifying method addHours,() to display the outputs sorted by total weekly hours for each employee as shown below Sample run 1: Employees Data: Mon Tue Wed Thu Fri Sat Surn Employeel5 Employee27 Employee31 3 Employeel worked most hours on Thursday Employee2 worked most hours on Wednesday Employee3 worked most hours on saturday Employee# Weekly Hours 26 37 40 3 Sample run 2: Employees Data: Mon Tue Wed Thu Fri Sat Surn Employeel 10 2 Employee25 Employee31 3 2 Employeel worked most hours on Monday Employee2 worked most hours on Tuesday Employee3 worked most hours on saturday Employee# Weekly Hours 24 32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
