Question: This program can be solved by using the 3 basic tasks ( Input Data, Process Data and Output Results ) . Write the pseudocode to

This program can be solved by using the 3 basic tasks (Input Data, Process Data and Output Results). Write the pseudocode to solve the problem. Declare variables and then 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 (number)
CommissionRate (number)
CommissionEarned (number)
You will need the following formula: CommissionEarned = SalesAmount *(CommissionRate/100)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!