Question
Use Programming Language Visual C#(C# similar in syntax to Java) A salesperson earns a weekly base salary plus a commission, which is given when sales
Use Programming Language "Visual C#(C# similar in syntax to Java)
A salesperson earns a weekly base salary plus a commission, which is given when sales are at or above a specified quota.
A user of your app will enter weekly sales for each salesperson, and the app will figure out the commission, and total pay for each salesperson.
The base salary is given as 250$. Commission is earned when sales are at or above a quota of 1000, at a rate of 15% of the sales. (sales is a dollar figure, and not the number of items sold)
example: sales at 2000. Commission at 15% of 2000 is 300$.
Form : the only information you enter is the weekly sales.
Pay button : display commission and total pay for the salesperson. (total pay is salary and commission combined)
If there is no commission, do not display commission amount.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started