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

Method getpay

Lab_16/Source.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 pay = 0.0;
223 }
224 void getpay()
225 {
226 cout << " Enter pay amount: ";
227 cin >> pay;
228 }
229 void showpay()
230 {
231 cout << " PAY: " << pay << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected