Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getMarketSoums
Method
getMarketSoums
Lab_13/main1.cpp:116–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
return currency;
115
}
116
float getMarketSoums()
117
{
118
cout <<
"Markent currency: "
<< endl;
119
return currency * mktrate;
120
}
121
float getofficialSoums()
122
{
123
cout <<
"Official currency:"
<< endl;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected