Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ volume
Method
volume
Examples/NoModules/Chapter 12/Ex12_01/Ex12_01.cpp:18–21 ·
view source on GitHub ↗
Function to calculate the volume of a box
Source
from the content-addressed store, hash-verified
16
17
// Function to calculate the volume of a box
18
double volume()
19
{
20
return m_length * m_width * m_height;
21
}
22
23
private:
24
double m_length {1.0};
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected