Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getHeight
Method
getHeight
Lab_11/Source.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
height = a;
126
}
127
double getHeight()
128
{
129
return height;
130
}
131
void setWidth(double b)
132
{
133
width = b;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected