Design a program that will display an inches –to-centimeters conversion table. The smallest and largest number of inches in the table are input values. Your table must give conversions in 6-inch intervals. Treat the largest number of inches as a cap. That means that if the next inch value to be calculated (when counting by 6) is greater than the largest input, then that next inch value is not converted and does not appear on the table. One inch is equivalent to 2.54 cm. Display the output to 2 decimal places and right align both columns of output.
It is in C not C++, it also needs to use a while loop
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here