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.

No comments:

Post a Comment

Please comment, if you like the post, you find any mistake or if you have any query.