MCPcopy 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{
53public:
54 void display_area()
55 {
56 cout << "Area of Circle: " << base * base * 3.1415 << endl;
57 }
58};
59
60int main()

Callers 2

F_FirstFunction · 0.45
F_SecondFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected