English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

You basically just wrote it.

Pseudocode is plain english about what you want the code to do. Each step is defined. For clarity, you may want to add more detail on HOW you want to do each step.

2007-03-09 12:39:45 · answer #1 · answered by Jeffrey F 6 · 0 0

fedest.com, questions and answers