Question #249949

given a cylindrical piggy bank with radius g and height y, return the bank's volume


Expert's answer

g = 1;              % piggy bank's radius (inch)
y = 3;              % piggy bank's height (inch)
v = pi * g^2 * y    % piggy bank's volume (cub. inch)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS