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