Write a java program which computes the salary for a given


Write a Java program which computes the Salary for a given number of employees. The program prompts user to enter n the number of employees. The program also prompts user to enter Employee Names, Title, Experience in Years, Gross Salary. The program uses three classes A, B and C. A receives input data, B computes the deduction: CSR (8% ), TPR (30%), RAMA (5%) of Gross Salary. Class C computes the Net Salary. NB. If Experience is between 3 and 10 Years, there is Allowance of 10% (Salary increase), greater than 10 Years the Allowance is 20%. The class C also displays the Pay Slip for each employee. Use the concept of Inheritance in this Program.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a java program which computes the salary for a given
Reference No:- TGS0130018

Expected delivery within 24 Hours