Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (7 votes)
See more:
Write a program that calculates and prints the take – home pay for a commissioned sales employee. Allow the user values for the name of the employee and the sales amount for the week. Employees receive 7% of the total sales .Federal tax rate is 18%. Retirement contribution is 10%.Social security tax rate is 6%. Use appropriate constants, design an object oriented solution, and write constructors. Include at least one mutator and one accessor method and provide properties for the other instance variables. Create a second class to test your design
Posted
Comments
Al Moje 18-Jul-11 23:06pm    
Hi,

How far have you done in trying? Can you show us your code, and the problem you have encountered? Try first your own talent.
Sergey Alexandrovich Kryukov 18-Jul-11 23:11pm    
Looks like homework; you did not even try to rephrase it and ask for help. I cannot imagine who would be interested to help you with this boring stuff. Not a welcome request. My vote of 1.
--SA
Dr.Walt Fair, PE 19-Jul-11 0:01am    
So, what's the question?
Abhinav S 19-Jul-11 0:18am    
Homework!
Ger Hayden 19-Jul-11 0:31am    
Hmmm,and what if the tutor keys the question into google. Likely to arrive exactly here...

No, we're not going to do your homework for you. There's way too many copy'n'paste coders in the business already. We're not about to help you become another one.

If you want to try and write this yourself, great! We can help with specific questions when you get stuck.
 
Share this answer
 
We are here to guide you not to do your Homework.

What have you tried so for for this. Where you are struck up.
 
Share this answer
 
I would suggest please visit followings sites,

[*] class (C# Reference)[^]

[*] Introduction to Object Oriented Programming Concepts (OOP) and More[^]

[*] C# Percentage[^]

I hope it helps you. Though it would require to go through those sites.
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900