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

https://github.com/heyfoz/cpp-commodity-sales-loop

This Commodity Sales Loop program (C++) allows the user to enter the number of units and sales price for commodity items sold throughout the day. An algorithm finds the lowest and highest transactions from the array of input values, printing a transaction report to the console.
https://github.com/heyfoz/cpp-commodity-sales-loop

commodity cpp loop sales

Last synced: about 1 year ago
JSON representation

This Commodity Sales Loop program (C++) allows the user to enter the number of units and sales price for commodity items sold throughout the day. An algorithm finds the lowest and highest transactions from the array of input values, printing a transaction report to the console.

Awesome Lists containing this project

README

          

# cpp_commodity_sales_loop
This Commodity Sales Loop program (C++) allows the user to enter the number of units and sales price for commodity items sold throughout the day. An algorithm finds the lowest and highest transactions from the array of input values, printing a transaction report to the console.

If the user enters the escape numbers -99 0, the loop exits.

Link to .cpp file: Commodity Sales Loop C++ Program

Copyright (c) 2022 ffm5113