MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getPerimeter

Method getPerimeter

Lab_11/Source.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 return width * height;
142 }
143 double getPerimeter()
144 {
145 return 2 * (width + height);
146 }
147};
148
149void main_menu_view()

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected