Question: Write a C++ program that will receive the dimensions of a fish tank from the user (length, width, height), calculate the volume, and display the
Write a C++ program that will receive the dimensions of a fish tank from the user (length, width, height), calculate the volume, and display the volume in gallons to the screen.
volume of a rectangle = l*w*h
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
