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

Method Account

Lab_16/Source.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219public:
220 Account()
221 {
222 pay = 0.0;
223 }
224 void getpay()
225 {
226 cout << " Enter pay amount: ";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected