Code CODO
QUESTION
(8). Write a program to accept the basic salary of an employee and check the
salary is greater then 20000 or not. If the salary is greater then 20000 then find
(a). HRA=20% of basic salary;
(b). DA=15% of basic salary;
Other wise
(a). HRA=30% of basic salary;
(b). DA=25% of basic salary.