Question: QUESTION : You are required to analyse the problem and prepare the general solution using the flowchart and pseudocode. Write a complete visual C++ program

QUESTION : You are required to analyse the problem and prepare the general solution using the flowchart and pseudocode. Write a complete visual C++ program that will calculate the commission for a salesman based on the total sales 8) The input data - salesman name, sales number and total sales. b) The operations are c) TotalSalel-request user to input the above data. CalculateCommission will calculate the commission based on the following table. SALES (RM) COMMISSION Sales not more than $50 0% Sales more than but not more than $100 10% Sales more than > S100 but not more than $200 15% Sales more than $ 200 20% Formula: Total Commission Sales Commission iii Display() will display all data including the total commission carned by the salesman. d) Display the overall total commission paid FOR THE DAY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
