Monday, March 8, 2010
Write a C program to find the commission on a salesman's total sales
The commission on a salesman’s total sales is as follows:
a) If sales <100, then there is no commission.
b) If 100>=sales <=500, then commission = 10% of sales.
c) If sales > 500, then commission = 100+8% of sales above 500.
Solution: http://cprogramskills.blogspot.com/2010/03/write-c-program-to-find-commission-on.html
a) If sales <100, then there is no commission.
b) If 100>=sales <=500, then commission = 10% of sales.
c) If sales > 500, then commission = 100+8% of sales above 500.
Solution: http://cprogramskills.blogspot.com/2010/03/write-c-program-to-find-commission-on.html
Monday, January 11, 2010
Thursday, November 26, 2009
List of Pyramids
Sunday, November 15, 2009
Subscribe to:
Posts (Atom)