Homework Assigment 1

Write a function to convert inches into centimeters (one inch is 2.54 centimeters). Then write a program that prompts the user to input a measure in inches calls the conversion function and prints out the measurement in centimeters. Hand in a flowchart for this as well. Make sure that this program can be executed without errors. ................
................