An open API service indexing awesome lists of open source software.

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.

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