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

Method showpay

Lab_16/Source.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 cin >> pay;
228 }
229 void showpay()
230 {
231 cout << " PAY: " << pay << endl;
232 }
233};
234
235class Admin : virtual public Person

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected