Reference no: EM1315634
1) Develop a flowchart by using the Visual Logic for following:
a)A program which accepts a candy name (such as, “chocolate-covered blueberries”), price per pound, and number of the pounds sold in average month, and displays the item’s data only if it is a best-selling item. Best-selling items are those that the sell more than 2,000 pounds per month.
b) A program which accepts the candy data continuously till a sentinel value is entered and shows a list of the high-priced, best-selling items. High-priced items are those that sell for the $10 per pound or more.
2) Recognize the outcomes in the Visual Logic the lowest-selling items (those which sell the 200 pounds or less). This way, owners may decide if they wish to put those items on the sale, lower their price, and discontinue the item, and so on.
3) Recognize the outcomes in the Visual Logic the items which create the most income. In other words, multiply the price per pound times the number of the pounds sold per month, and list items that produces $6,000 or more per month.