Skip to content

Console app that takes your order and returns a total | C#

Notifications You must be signed in to change notification settings

chyoon2/Bakery.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pierre's Bakery

By Chris Yoon

Description

This program tells you about the specials at Pierre's Bakery for Bread and Pastries and calculates the your total.

Setup/Installation Requirements

Steps Example
Follow this link to the project repository on GitHub. Link to the project repository
Click on the "Clone or download" button to copy the project link.
If you are comfortable with the command line, you can copy the project link and clone it through your command line with the command git clone + project link. Otherwise, I recommend choosing "Download ZIP".
Once the ZIP file has finished downloading, you can right click on the file to view the zip folder in your downloads.
Right click on the project ZIP folder that you have just downloaded and choose the option "Copy To...", then choose the location where you would like to save this folder.
Navigate to the final location where you have chosen to save the project folder.
To view the code itself, right click, choose "open with..." and open using a text editor such as VS Code or Atom, etc.
Once you have cloned or downloaded the project and opened it in VS Code or another text editor, open a new terminal by navigating to Terminal -> New Terminal. A terminal will open on the page.

Specifications

Behavior Input Output Completed(Y/N?)
The Program will take an input of a integer of bread units. "5" N/A Y
The Program will take an input of a integer of pastry units. "2" N/A Y
The Program will output a total cost of the bread and pastry combined. "2" , "2" "Your Total is $7" Y
The Program will ask the user for a bread or pastry input. N/A "Do you want bread or pastries" Y
The Program will ask the if they would like to add more bread or pastries "2" "Would You like to buy more bread/pastries" Y

Known Bugs

There are no known bugs

Location (html/css/js & specific location if known) Message Bug Resolved (Y/N) How was the issue resolved?

Support and contact details

Please reach out to me at chy.yoon@gmail.com if you have any questions or suggestions

Technologies Used

  • C#
  • VSCODE

License

MIT Licensing

Copyright (c) 2020 chy.yoon@gmail.com

About

Console app that takes your order and returns a total | C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages