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

Method getArea

Lab_11/Source.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 return width;
138 }
139 double getArea()
140 {
141 return width * height;
142 }
143 double getPerimeter()
144 {
145 return 2 * (width + height);

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected