Ask Question
18 November, 21:14

Cecilia's Boutique wants several lists of salesperson data. Design a flowchart or pseudocode for the following: A program that accepts one sales person's ID number, number of items sold in the last month, and total value of the items and displays data message only if the salesperson is a high performer-defined as a person who sells more than 200 items in the month.

+3
Answers (1)
  1. 18 November, 21:19
    0
    Answer & Explanation:

    1. Accept ID Number, No of items sold in last month, total value of items.

    2. if No of items sold in last month > 200

    Display 'sales person is an high performer

    Else

    Exit
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Cecilia's Boutique wants several lists of salesperson data. Design a flowchart or pseudocode for the following: A program that accepts one ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers