Question: write it's algorithm #problem solving and problem logic Prompt for and input a saleswoman's sales for the month (in dollars) and her commission rate (as

write it's algorithm #problem solving and problem logic
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 Commission Rate CommissionedEarned You will need the following formula: CommissionedEarned = SalesAmount * (Commission Rate/100)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
