Problem
Write an application that stores at least five different department and supervisor names in a two-dimensional array. Allow the user to enter a department name (such as "Marketing") and display the corresponding supervisor's name. If the department does not exist, display an error message. Use the table provided:
Department
|
Supervisor
|
Marketing
|
Martinez
|
Accounting
|
Patel
|
Human Resources
|
Wong
|
Information Services
|
Deitrich
|
Sales
|
Lennon
|