Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Amanda Cho, a supervisor in a retail clothing store, wants to acknowledge high achieving salespeople. Create a C++ program for the following: A program

C++

Amanda Cho, a supervisor in a retail clothing store, wants to acknowledge high achieving salespeople. Create a C++ program for the following:

A program that continuously accepts each salespersons first and last names, thenumber of shifts worked in a month, number of transactions completed thismonth, and the dollar value of those transactions. Display each salespersonsname with a productivity score, which is computed by first dividing dollars bytransactions and dividing the result by shifts worked. Display three asterisks afterthe productivity score if it is 50 or higher.

A program that accepts each salespersons data and displays the name and abonus amount. The bonuses will be distributed as follows:

If the productivity score is 30 or less, the bonus is $25.

If the productivity score is 31 or more and less than 80, the bonus is $50.

If the productivity score is 80 or more and less than 200, the bonusis $100.

If the productivity score is 200 or higher, the bonus is $200.

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

Students also viewed these Databases questions

Question

A runtime error is usually the result of

Answered: 1 week ago