Display a clear message for items that are considered – Software Engineering
Project: Fran’s Digital Fruit Stand,
Fran’s Digital Fruit Stand is an internet retailer that sells a number of sorts of dried fruit. Primarily based on the wants of Fran’s Digital Fruit stand, you will need to design a flowchart utilizing Visible Logic. The flowchart should even be a totally useful program which follows the design necessities beneath. Observe: This program doesn’t require using arrays. This system will immediate for knowledge on a single merchandise, course of that knowledge, show any related messages as described beneath, after which transfer on to the following merchandise. Use the “console” choice within the output command to show the output in a single window. Displaying the output might be completed with as few as three variables that merely get overwritten every time the loop repeats.
Utilizing Visible Logic, design a flowchart that can also be a totally useful program. In accordance with your design, this system should:
1. Frequently settle for knowledge concerning the acquisition of fruit till a sentinel worth is entered.
2. Immediate the consumer for every merchandise, and settle for the identify of the fruit (e.g., “dried apples”), the value per pound, and the variety of kilos bought in a month.
three. Display a clear message for items that are considered:
a. Greatest-promoting items Observe: Greatest-promoting items are recognized as these that promote 5,000 or extra kilos per thirty days on common. For instance, a suitable message could learn, “Yellow raisins are a best- promoting merchandise.”
b. Massive-ticket items Observe: Massive-ticket items are recognized as these that are greatest-promoting items and in addition value $four per pound or extra. For instance, a suitable message could learn, “Freeze-dried blueberries are a huge-ticket merchandise.”
c. Excessive-priced items Observe: Excessive-priced items are recognized as these that promote for $7 per pound or extra. For instance, a suitable message could learn, “Dried mangos are a excessive-priced merchandise.”
d. Lowest-promoting items Observe: Lowest-promoting items are recognized as these that promote 500 kilos or much less per thirty days on common. For instance, a suitable message could learn, “Dried Ugli Fruit is a lowest- promoting merchandise.”
e. Excessive-revenue producing items Observe: Excessive-revenue producing items are recognized as these that generate $7,000 or extra per thirty days on common.
To find out the revenue generated per merchandise, multiply the value per pound by the variety of kilos bought per thirty days. If the merchandise generates $7,000 or extra per thirty days, a suitable message could learn, “Dried pineapple chunks are a high- revenue producing merchandise.”
four. Loop via the entire above steps till the consumer varieties the sentinel worth when prompted. Display the sentinel worth so that the consumer could in the end be capable to show an understanding of the best way wherein to finish this system. Observe: A suitable message could learn “Kind n to finish this system.”, the place “n” is the sentinel worth.
Your Visible Logic program should observe these formatting necessities: • Be completed in a single Visible Logic program. • Be submitted as a single file with the “.vls” file extension. • Be totally useful so as to obtain full credit score.