Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ display_area
Method
display_area
Lab_18/main.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
{
53
public:
54
void display_area()
55
{
56
cout <<
"Area of Circle: "
<< base * base * 3.1415 << endl;
57
}
58
};
59
60
int main()
Callers
2
F_First
Function · 0.45
F_Second
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected