about | help | code help+videos | done | prefs |
For this method, you are passing in the side lengths of two cubes. The first length is the larger cube. Return the volume of the solid that results from removing the smaller cube from a corner of the bigger cube. Each cube will have a volume less than the maximum integer value. funnyVolume(15, 14) → 631 funnyVolume(11, 4) → 1267 funnyVolume(18, 6) → 5616 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 440
Copyright Nick Parlante 2017 - privacy