Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ CheckBalance
Function
CheckBalance
Project_Bank_Management_System/Header.h:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void CheckBalance() {
72
system(
"CLS"
);
73
cout <<
"\n You balance: "
<< ::balance <<
"$"
<< endl << endl;
74
cout <<
"\n "
;
75
system(
"pause"
);
76
}
77
78
void Deposit()
79
{
Callers
1
MainMenu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected