Write a program to input employee no, name basic pay and to find HRA, DA and netpay.
Basic pay | Hra | Da |
> 100000 | 15% | 8% |
<=100000&>50000 | 10% | 5% |
<=50000 | 5% | 3% |
Answer
If Answer Not Available Please comment if you Know answer
Write a program to input employee no, name basic pay and to find HRA, DA and netpay.
Basic pay | Hra | Da |
> 100000 | 15% | 8% |
<=100000&>50000 | 10% | 5% |
<=50000 | 5% | 3% |
Answer
If Answer Not Available Please comment if you Know answer