https://github.com/heyfoz/cpp-bank-balance-variable-function
The Bank Balance Variable Function Program (C++) requests that the user enter an initial deposit amount, followed by a loop asking the using to enter another transaction until they are finished. The program utilizes static variables and custom functions to track the account balance.
https://github.com/heyfoz/cpp-bank-balance-variable-function
bank-balance cpp finance function loop
Last synced: about 1 year ago
JSON representation
The Bank Balance Variable Function Program (C++) requests that the user enter an initial deposit amount, followed by a loop asking the using to enter another transaction until they are finished. The program utilizes static variables and custom functions to track the account balance.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-bank-balance-variable-function
- Owner: heyfoz
- License: mit
- Created: 2022-10-18T09:12:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:49:59.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:51.226Z (over 1 year ago)
- Topics: bank-balance, cpp, finance, function, loop
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_bank_balance_variable_function
The Bank Balance Variable Function Program (C++) requests that the user enter an initial deposit amount, followed by a loop asking the using to enter another transaction until they are finished. The program utilizes static variables and custom functions to track the account balance.
Link to .cpp file: Bank Balance Variable Function C++ Program
Copyright (c) 2022 ffm5113