Question: can someone help with my code thank you Define a method calcPyramidvolume with double data type parameters baseLength, baseWidth, and pyramidHeight, that retums as a
Define a method calcPyramidvolume with double data type parameters baseLength, baseWidth, and pyramidHeight, that retums as a double the volume of a pyramid with a rectangular base calcPyramidvolume() calls the given calcBaseArea0 method in the calculation. Relevant geometry equations: Volume = base area height 1/3 Base area = base length base width (Watch out for integer division). Code writing challenge activity demo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
