Posted by Anonymous on Saturday, November 20, 2010 at 9:36am.
You might try some of the following links:
http://search.yahoo.com/search;_ylt=A0oGdSRv6udM.2wB6mZXNyoA;_ylc=X1MDMjc2NjY3OQRfcgMyBGFvAzAEZnIDbWNhZmVlBGhvc3RwdmlkA1VIcVZNMG9HZFRDNnBTVnlTX3hQeFF6MFJPZlJta3puNm04QUNsRDgEbl9ncHMDMARuX3ZwcwMwBG9yaWdpbgNzcnAEcXVlcnkDY29tcHV0ZXIgcHJvZ3JhbW1pbmcgJiBMb2dpYyBEZXNpZ24gdHV0b3JpYWwEc2FvAzEEdnRlc3RpZANWSVAwMzc-?p=computer+programming+%26+Logic+Design+tutorial&fr2=sb-top&fr=mcafee
Sra
Design a flowchart using Visual Logic for the following:
1.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.
2.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.
3.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.
4.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
4.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
.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.
Related Questions
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
computer science - Your goal is to solve the following programming lab activity...
Logic and Design - I need help with pseudocode, and any help regarding forming ...
Programming logic and design - Design a program that lets the user enter the ...
Programming - Submit pseudocode and a flowchart for the following programming ...
computer programming - Design a program that asks the user to enter a nonegative...
Computer programming - Submit pseudocode for the following programming exercise...
Computer Science (Programming Logic And Design) - Create a program that outputs ...
For Further Reading