write a program which takes name,basic,daper,bonper and loandet for a employee. calculate the salary using the following relation.
salary=basic+basic*daper/100+bonper*basic/100-loandet.
data is
name=MARK,basic=2500,daper=55,bonper=33.33,loandet=250.00
calculate salary and then print the result under the following headings
(salary to be printed to the nearest dollars)
name basic salary
Comments
Leave a comment