Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ main
Function
main
Examples/Modules/Chapter 15/Ex15_08/Ex14_08.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import boxes;
3
4
int main()
5
{
6
ToughPack toughPack{ 1.0, 2.0, 3.0 };
7
toughPack.showVolume(); // Should show a volume equal to 85% of 1x2x3, or 5.1
8
}
Callers
nothing calls this directly
Calls
1
showVolume
Method · 0.45
Tested by
no test coverage detected