Skip to content

dschwarz9319/Retail-Store-Checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Retail Store Checkout

Overview

This program simulates different variables that affect a retail store's checkout receipt, such as sales tax for different states, holiday greeting headers and mail-in rebate offers that belong on the bottom.

Design Patterns

This program was meant to showcase severl Object Oriented design patterns, with the program making use of the Decorator and Factory methods.

Operation

The program has a built-in menu that allows a user to view items in the store, add items to the cart, and enter in personal information like his/her address. Afterwards, the program calculates:

  -State Sales Tax
  -Sales Tax Free Weekends (for back to school)
  -Seasonal Headers to add on top of Receipt
  -Whether certain items qualify for a mail-in rebate<br/>

It then prints all applicable categories to the receipt in the correct order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages