can someone help me with this assignment and i need to pass it up in 1 hour

write a complete C program that convert inches into centimeters for N numbers.
One inch is 2.54 centimeters. Use three functions below :

readData - reads the input in inch and return the value to main()
convert - converts the input inch into centimeter and return it to main()
display - prints out the centimeter value

addiational information :

- comments should appear in the program to:
- display the output in your own format(use setprecission), set width(), etc)
Topic archived. No new replies allowed.