Hi All,

I have just started Learning C programming at college and I'm quite stuck with a basic excercise we've been asked to complete, this is basically what we have to do.
"Write a program to input your name, height in inches and weight in pounds, convert the height to centimeters and weight to kilograms and display the followoing results."
1 inch = 2.54 cm and 1 pound = 0.4546kg.

Now I know this is extremely basic to most peeps on here but i'd appreciate if someone could give me a few tips on how I should set this out and what syntax to use cause im just going round in circles. Thanks alot

Kiwi Fella