) Consider following two code fragments. What will be their outputs if the inputs entered in
the given order are (i) 'Jacob' (ii)12345' (iii) END (iv) end ?28) Write a program to calculate the net salary for the following details.
Basic Salary DA HRA Conveyance
<9000 15% 10% 450
>=9000 and<14500 25% 20% 650
>=14500 and <18000 30% 25% 1000
>=18000 40% 30% 1500
Answers
Answered by
2
Answer:
<9000
15%+
10%
450=11,835
Similar questions