MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / Withdraw

Method Withdraw

Lab_15/Source.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void Withdraw()
135 {
136 cout << " Enter the balance you want to withdraw: ";
137 cin >> withdraw;
138 }
139
140 void Penalty()
141 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected