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.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-commodity-sales-loop
- Owner: heyfoz
- License: mit
- Created: 2022-09-27T22:49:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:49:00.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:48.515Z (about 1 year ago)
- Topics: commodity, cpp, loop, sales
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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