Program:
echo enter basic salary
read bs
if [ $bs -lt 1500 ]
then
hra=`echo $bs\*10/100|bc`
da=`echo $bs\*90/100|bc`
else
hra=500
da=`echo $bs\*98/100|bc`
echo dearness allavance is=Rs.$da
fi
gs=`echo $bs+$hra+$da|bc`
echo Gross salary=Rs.$gs
Input/OutPut
enter basic salary
2000
dearness allavance is=Rs.1960
Gross salary=Rs.4460
Payroll management is important part of the organization. Payroll software plays a vital role in the organization (whether big or small) to get rid of the work burden from the head of HR. Many small companies prefer to the payroll software to keep all information about its employee.
ReplyDeleteRegard
Payroll Services Guelph.
a
ReplyDelete