Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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) FlowchartStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started