Posted by Anonymous on Friday, May 4, 2012 at 4:07pm.
Design a flowchart using Visual Logic for the following:
A program that accepts a candy name (for example, “ chocolate-covered blueberries”), price per pound, and number of pounds sold in the average month, and displays the item’s data only if it is a best-selling item. Best-selling items are those that sell more than 2,000 pounds per month.
A program that accepts candy data continuously until a sentinel value is entered and displays a list of high-priced, best-selling items. High-priced items are those that sell for $10 per pound or more.
Identify outcomes in Visual Logic the lowest-selling items (those that sell 200 pounds or less). This way, owners can decide if they want to put those items on sale, lower their price, discontinue the item, etc.
Identify outcomes in Visual Logic the items that generate the most income. In other words, multiply the price per pound times the number of pounds sold per month, and list items that generate $6,000 or more per month
No one has answered this question yet.
Answer this Question
Related Questions
Program logic design - Assignment 1: Chocolate Delights Candy Company, ...
computer science - Your goal is to solve the following programming lab activity...
CIS/Visual Logic - Design an application that accepts 10 numbers and displays ...
Programming Logic and Design - A program that accepts a plant's name, price...
CIS - Draw a flowchart or write pseudocode to represent the logic of a program ...
Logic and Design - I need help with pseudocode, and any help regarding forming ...
Program Logic Design - create a flowchart that shows the logic for a program ...
computer programming - Mr. Dacara owns 20 apartment buildings. Each building ...
Programming logic and design - Design a program that lets the user enter the ...
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
For Further Reading