Question: Exercise 1: Design and implement a Java program for programming exercise 8.4, page 306 (name it WeeklyHours). Use array-initializer syntax to store a 2-dimensional array


Exercise 1: Design and implement a Java program for programming exercise 8.4, page 306 (name it WeeklyHours). Use array-initializer syntax to store a 2-dimensional array representing employees work hours for each day of the week (see sample work hours array in the text but do not assume that because the sample array shows only whole hours that an employee's time can only be recorded in whole hours). The main method prints out the employee# and his/her total weekly hours using the following model Employee# Weekly Hours 45.00 35.25 20.50 17.25 10.75 1 3 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
