MCPcopy 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
71void CheckBalance() {
72 system("CLS");
73 cout << "\n You balance: " << ::balance << "$" << endl << endl;
74 cout << "\n ";
75 system("pause");
76}
77
78void Deposit()
79{

Callers 1

MainMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected