Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Balance
Method
Balance
Lab_15/Source.cpp:127–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void Balance()
128
{
129
ACCOUNT::showdata();
130
cout <<
" Balance: "
<< balance << endl
131
<< endl;
132
}
133
134
void Withdraw()
135
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected