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

Method getWidht

Lab_11/Source.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 width = b;
134 }
135 double getWidht()
136 {
137 return width;
138 }
139 double getArea()
140 {
141 return width * height;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected