CIS 110 All Assignments CIS 110 All Assignments | страница 15
CIS 110 Week 9 Assignment 2: Fran’s Virtual Fruit Stand,
Part 2
Click Below Link To Purchase
www.foxtutor.com/product/cis-110-week-9-assignment-2:-fran’s-
virtual-fruit-stand,-part-2
Assignment 2: Fran’s Virtual Fruit Stand, Part 2
Due Week 9 and worth 160 points
Use the concepts and scenario from Assignment 1 to help Fran’s Virtual Fruit Stand increase the
functionality of its online shopping cart. When a customer checks out, the shopping cart must
store the required data pertaining to each item the customer is buying. Your job is to design a
program that will prompt the user for the required data and then store it. The required data
includes the item name, the price per pound, and the number of pounds of that item being
purchased. When complete, your program should include three (3) arrays, two (2) loops, one
(1) and / or conditional statement, and one (1) variable.
Using Visual Logic, design a flowchart that is also a fully functional program to add functionality
to the online shopping cart. According to your design, the program must:
Continually accept data regarding the purchase of fruit as specified below until the user enters
a sentinel value, or until five (5) items are entered, whichever comes first.
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 a month.
Store the required data in three (3) arrays (e.g., one (1) for the item name, one (1) for the price
per pound, and one (1) for the number of pounds being purchased) with corresponding index