Answered step by step
Verified Expert Solution
Question
1 Approved Answer
looking for a solution for this begginner C# practice problem Objectives: 1. Register events and write code using the code editor. 2. Set and retrieve
looking for a solution for this begginner C# practice problem
Objectives: 1. Register events and write code using the code editor. 2. Set and retrieve component properties in code. 3. Use variables to store user input and to calculate output. 4. Use control structures (selection and repetition) to control program flow 5. Use online help and other sources of information to help solve problems. Program 1: Sunshine Hot Tubs Preamble: Three salespeople work at Sunshine Hot Tubs - Cliff, Dino, and Marsha. Write a program that prompts the user for a salesperson's initial ('C', 'D' or 'M') and the amount of the current sale the salesperson made. Sunshine Hot Tubs DOX Sales Person (Initiale m Sole Total 34 Commission $3.40 Total Commissions x Calculate Commission Display Total Commissions Ciff's Commission: $36.90 Dino's Commission: $3.60 Marsha's Commission: $3.40 Clear Data L Exit Instructions: You are being asked to register and code a click event for each button on the form... Download the starting files from Blackboard. The Calculate Commission button determines the salesperson, calculates and displays the salesperson's commission as 10 percent of the sale amount and adds the commission to a running total for each salesperson The Display Total Commissions button will display in a message box cach salesperson's total commission earned The Clear Dat button clears the textboxes and output label as well as reset each salespersons total commission Add comments to the top of your source code file 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