Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions