Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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