Mortimer Life Insurance Company wants several lists of salesperson data. Design a flowchart for the following:
a.) A program that accepts a salesperson's ID number and number of policies sold in the last month, and displays the data only if the salesperson is a high performer - a person who sells more than 25 policies in the month.
b) A program that accepts salesperson data continuously until sentinel value is entered and displays a list of high performers
c) A program that accepts salespersons who sold between 5 and 10 policies in the month.
2) design a flowchart for a program that accepts two numbers from a user and display one of the following messages: First is Larger, Second is Larger, Numbers are equal.