define a function calcpyramidvolume() with double data type parameters baselength, basewidth, and pyramidheight, that returns as a double the volume of a pyramid with a rectangular base. calcpyramidvolume() calls the given calcbasearea() function in the calculation.