Frans Virtual Fruit Stand is an online store that sells s
Fran’s Virtual Fruit Stand is an online store that sells several types ofdried fruit. Based on the needs of Fran’s Virtual Fruit stand, you must design aflowchart using Visual Logic. The flowchart must also be a fully functionalprogram which follows the design requirements below.Note: This program does not require the use of arrays. Theprogram will prompt for data on a single item, process that data, display anyrelevant messages as described below, and then move on to the next item. Use the“console” option in the output command to display the output in a single window.Displaying the output can be accomplished with as few as three (3) variablesthat simply get overwritten each time the loop repeats.Using Visual Logic, design a flowchart that is also a fully functionalprogram. According to your design, the program must:Continually accept data regarding the purchase of fruit until a sentinelvalue is entered.Prompt the user for each item, and accept the name of the fruit (e.g.,“dried apples”), the price per pound, and the number of pounds sold in amonth.Display a clear message for items that are considered:Best-selling itemsNote: Best-selling items areidentified as those that sell 5,000 or more pounds per month on average. Forexample, an acceptable message may read, “Yellow raisins are a best-sellingitem.”Big-ticket itemsNote: Big-ticket items are identifiedas those that are best-selling items and also cost $4 per pound or more. Forexample, an acceptable message may read, “Freeze-dried blueberries are abig-ticket item.”High-priced itemsNote:High-priced items are identifiedas those that sell for $7 per pound or more. For example, an acceptable messagemay read, “Dried mangos are a high-priced item.”Lowest-selling itemsNote: Lowest-selling items areidentified as those that sell 500 pounds or less per month on average. Forexample, an acceptable message may read, “Dried Ugli Fruit is a lowest-sellingitem.”High-income generating itemsNote: High-incomegenerating items are identified as those that generate $7,000 or more per monthon average. To determine the income generated per item, multiply the price perpound by the number of pounds sold per month. If the item generates $7,000 ormore per month, an acceptable message may read, “Dried pineapple chunks are ahigh-income generating item.”Loop through all of the above steps until the user types the sentinel valuewhen prompted. Display the sentinel value so that the user may ultimately beable to demonstrate an understanding of the way in which to end the program.Note: An acceptable message may read “Type n to end theprogram.”, where “n” is the sentinel value.Your Visual Logic program must follow these formatting requirements:Be accomplished in a single Visual Logic program.Be submitted as a single file with the “.vls” file extension.Be fully functional in order to receive full credit.