Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setHeight
Method
setHeight
Lab_11/Source.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
width = width2;
122
}
123
void setHeight(double a)
124
{
125
height = a;
126
}
127
double getHeight()
128
{
129
return height;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected