https://github.com/ffernandolima/order-calculator-app
Order Calculator App is a console application (command line application) which has been developed in order to solve an existent problem related to calculate the total price of an order based on some arguments that must be provided by the consumer.
https://github.com/ffernandolima/order-calculator-app
Last synced: 8 months ago
JSON representation
Order Calculator App is a console application (command line application) which has been developed in order to solve an existent problem related to calculate the total price of an order based on some arguments that must be provided by the consumer.
- Host: GitHub
- URL: https://github.com/ffernandolima/order-calculator-app
- Owner: ffernandolima
- Created: 2018-05-12T22:09:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T13:47:11.000Z (over 7 years ago)
- Last Synced: 2025-02-22T11:45:59.812Z (over 1 year ago)
- Language: C#
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Order Calculator App
Order Calculator App is a console application (command line application) which has been developed in order to solve an existent problem related to calculate the total price of an order based on some arguments that must be provided by the consumer.
The consumer must provide at least 4 arguments (operation, catalog file path, product and product quantity), so that the application will be able to perform some calculations and return a result.
An important thing to call attention is, a csv file or a txt file following a pattern (data separated by commas) will be used as a database to allow the application gets relevant data and performs the calculations.
There's an instruction file explaning how this application works, so for getting further information, please read this file.