Computer Science, asked by akash3738, 11 months ago

Write a c++ program to implement template class which to calculate net salary of employee class which using da,hra, pf, tax. ​

Answers

Answered by RishiAEC
1

Answer:

Write a C++ program to define a class employee having members Emp-id, Emp-name, basic salary and functions accept() and display(). Calculate DA=25% of basic salary, HRA=800, I-tax=15% of basic salary.

Answered by Anonymous
1

Explanation:

Emp-id, Emp-name, basic salary and functions accept() and display(). Calculate DA=25% of basic salary, HRA=800, I-tax=15% of basic salary.

Similar questions