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

Method setWidth

Lab_11/Source.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 return height;
130 }
131 void setWidth(double b)
132 {
133 width = b;
134 }
135 double getWidht()
136 {
137 return width;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected