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

Method getDollar

Lab_13/main1.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 offrate = 7000;
109 }
110 float getDollar()
111 {
112 cout << endl
113 << "Currency: " << endl;
114 return currency;
115 }
116 float getMarketSoums()
117 {
118 cout << "Markent currency: " << endl;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected