Skip to content

zakrogh/bakery-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bakery Shop

A program created to practice OOP in C# 9/27/2019

By Zach Krogh

Description

This console application asks the user for how many loaves of bread they wish to buy, and how many pastries they wish to buy. It then displays their subtotal including discounts.

Setup/Installation Requirements

  • Install dotnet core.
  • Download all files into the same directory and run "dotnet run"

Project Specifications

  • The user can specify how many loaves of bread they want to buy.
  • The user can specify how many pastries they want to buy.
  • Every third loaf of bread is free.
  • Every third pastry is half price.
  • The program will display the subtotal of the user's order including discounts.

Support and contact details

contact: zakrogh@gmail.com

Technologies Used

C#

License

MIT License

Copyright (c) 2019 Zach Krogh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages