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

Method setRates

Lab_13/main1.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 return currency * offrate;
125 }
126 void setRates()
127 {
128 cout << "Enter current market rate: " << endl;
129 cin >> mktrate;
130 cout << "Enter current official rate: " << endl;
131 cin >> offrate;
132 }
133 friend void operator<<(ostream &output, Dollar &p);
134};
135

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected