Prompt for and input a saleswomans sales for the month (in dollars) and her commission rate (as

Question:

Prompt for and input a saleswoman’s sales for the month (in dollars) and her commission rate (as a percentage). Output her commission for that month. Note that you will need to convert the percentage to a decimal. You will need the following variables:

SalesAmount CommissionRate CommissionEarned

You will need the following formula:

CommissionEarned = SalesAmount * (CommissionRate/100)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Prelude To Programming

ISBN: 9780133741636

6th Edition

Authors: Stewart Venit, Elizabeth Drake

Question Posted: