Write pseudocode to represent the logic of a program that allows the user to enter three values. The first value represents the base salary of an employee who works on commission, the second represents the employee's total sales for this pay period, and the third represents the percentage of sales that the employee earns as a commission. The program multiplies the total sales by the commission rate to get the employee's commission. Then the program adds the commission to the base salary to get the employee's gross pay. The program prints the gross pay.
2007-03-09
12:03:29
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design