Question: Using C++ programming if, else and while loop. both parts (a) and (b) for pseudo code and flowchart respectively. thank you!! Algorithm assignment Aim: To

Using C++ programming "if", "else" and "while" loop.
both parts (a) and (b) for pseudo code and flowchart respectively.
thank you!!
Algorithm assignment Aim: To formulate the algorithm for a given problem statement. Problem statement : A company has a team of salesperson and each salesperson has a daily sales target and a sales commission percentage. Develop an app for a salesperson to track his/her daily sales for the past week (ie 7 days) and (a) For each day, display whether the daily sales target has been met, and compute and display the daily sales commission (b) At the end of the week, compute and display the total sales commission earned for that week Task : Develop the algorithm for the above problem statement using: (a) Pseudocode (b) Flowchart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
