Skip to content

elpanther/Section3-Data-Types-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Section3-Data-Types-Project

You are the owner of the hottest online store in Delaware. Some of the unique features of your store is that you only sell 5 items at a time and you allow your customer to choose the cost of 2 of their items. What a great concept!

Task:

You must create a shopping cart that allows a customer to input 5 different items. Each item must contain the following:

itemName

ItemQuantity

ItemCost (you can provide the cost of 3 of the items)

After all the information for each item is captured, your program must:

Display the name, quanity, price and total cost of each item

Ex: 5 chocolate bars. $1.50 each costs: $7.50

Display the totalCost of all items

Display the totalTax of the items

1 item must be tax free

Display the grandTotal of all items including applicable tax.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages