Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using C programming language 3.19 (Sales Commission Calculator) One large chemical company pays its salespeople on a commission basis. The salespeople receive $200 per week
using C programming language
3.19 (Sales Commission Calculator) One large chemical company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5000 worth of chemicals in a week receives $200 plus 9% of $5000, or a total of $650. Develop a program that will input each salesperson's gross sales for last week and will calculate and display that salesperson's earnings. Process one salesperson's figures at a time. Here is a sample input/output dialog: Enter sa7es in dotlars ( 1 to end): 5000.00 Sa7ary is: $650.00 Enter sales in dotlars ( 1 to end): 1234.56 Sa1ary is: $311.11 Enter sales in dotlars ( 1 to end): 1088.89 Sa1ary is: $298.00 Enter sales in dollars ( 1 to end): 1Step 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