Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Write the pseudocode for a program to calculate the wages of a sales according to the following rules. The wage is calculated a...Asked by Williams
Write the pseudocode for a program to calculate the wages of a
salesman according to the following rules.
The wage is calculated at a rate of 15% of sales. If the salesman has been with the company more than three years, he receives a loyalty bonus of 10% of his calculated wage.
HINTS: What output is required? What processing is needed? What input data is required?
salesman according to the following rules.
The wage is calculated at a rate of 15% of sales. If the salesman has been with the company more than three years, he receives a loyalty bonus of 10% of his calculated wage.
HINTS: What output is required? What processing is needed? What input data is required?