https://github.com/heyfoz/cpp-product-order-functions
The Product Order Functions Program (C++) asks the user to enter the type, quantity, thickness, width, and length of a lumber product. Then the program calculates the cost of the transaction using the price per board foot (1 in * 1 ft^2). Finally, the program displays the order total and asks the user if they would like to create another order.
https://github.com/heyfoz/cpp-product-order-functions
calculations cost cpp product
Last synced: over 1 year ago
JSON representation
The Product Order Functions Program (C++) asks the user to enter the type, quantity, thickness, width, and length of a lumber product. Then the program calculates the cost of the transaction using the price per board foot (1 in * 1 ft^2). Finally, the program displays the order total and asks the user if they would like to create another order.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-product-order-functions
- Owner: heyfoz
- License: mit
- Created: 2022-10-29T08:48:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T08:51:05.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:50.475Z (over 1 year ago)
- Topics: calculations, cost, cpp, product
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_product_order_functions
The Product Order Functions Program (C++) asks the user to enter the type, quantity, thickness, width, and length of a lumber product.
Then the program calculates the cost of the transaction using the price per board foot (1 in * 1 ft^2).
Finally, the program displays the order total and asks the user if they would like to create another order.
Link to main cpp file: Product Order Functions C++ Program