Showing posts with label program that converts gallons to cubic feet. Show all posts
Showing posts with label program that converts gallons to cubic feet. Show all posts

Saturday, October 23, 2010

A Program that converts gallons in to Cubic Feet

This is a starter question:
Write a C++ code that takes an input from user as gallons and converts them in to cubic feet to display how many cubic feet are present in entered number of gallons.
Figure: A C++ code and output for gallon-cubic feet conversion
The above program takes input from user and converts it to gallons.