1\write a c++ program to count no of letters in a given line
2\write a c++ program to calculate employee salary
validation : for the salary less than 5000
a. HRA IS 15% OF BASIC salary
b. DA is 35% of basic salary
for salary above 5000
a HRA is 5% of basic salary
b. DA is 25% of basic salary
2. There you may want to give us some more details of your question:
- Do show us your current lines of code.
- Describe the input and expected and the real behavior and output.
- ...