Saved Bookmarks
| 1. |
Write a program to accept Employee Id , Department No,Designation from user and display output with reference to following tablesDeptNo 10203040Dept Name MarketingManagementSalesDesigningDsgn DesignationCode ‘M’ Manager‘S’ Supervisor‘s’ Security Officer‘C’ ClerkExample:If input given isEmployee Id: 101Dept No: 30Designation Code: MThen output should be:Employee with employee id 101 is working in "Sales" department as "Manager". |
| Answer» | |