Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Prompt for and input a saleswomans 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 CommissionedEarned You will need the following formula: CommissionedEarned = SalesAmount * (CommissionRate/100)

write algorithm , pseudocode , flowchat, and python code pseudo code must be modularized provide raptor flowchat as a print screen

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

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

describe the main employment rights as stated in the law

Answered: 1 week ago