Assume the weekly hours for all employees are stored in the two-dimensional array. Each row records the employee's seven-day work hours with seven columns. For instance, the following array stores work hours for eight employees. Write down a program which does the following:
• Read daily hours committed by each employee
• Determine total hours committed by each employee every week
• Show employees and their total hours in table