https://github.com/heyfoz/cpp-purchase-calculator-function
The Purchase Calculator Function Program (C++) asks the user to enter the number of items sold and the cost per item. A custom function calculates the value of the purchase, which is displayed as output.
https://github.com/heyfoz/cpp-purchase-calculator-function
calculations cpp function purchase
Last synced: about 1 year ago
JSON representation
The Purchase Calculator Function Program (C++) asks the user to enter the number of items sold and the cost per item. A custom function calculates the value of the purchase, which is displayed as output.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-purchase-calculator-function
- Owner: heyfoz
- License: mit
- Created: 2022-10-15T16:39:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:50:12.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:47.694Z (over 1 year ago)
- Topics: calculations, cpp, function, purchase
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_purchase_calculator_function
The Purchase Calculator Function Program (C++) asks the user to enter the number of items sold and the cost per item. A custom function calculates the value of the purchase, which is displayed as output.
Link to .cpp file: Purchase Calculator Function C++ Program
Copyright (c) 2022 ffm5113