Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Dollar
Method
Dollar
Lab_13/main1.cpp:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
public:
104
Dollar()
105
{
106
currency = 100;
107
mktrate = 9000;
108
offrate = 7000;
109
}
110
float getDollar()
111
{
112
cout << endl
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected