Hello, I need to create a program that will read in a weight in kilograms and grams and will output the equivalent weight in pounds and ounces. I need to use 3 functions: for input, calculation, and output. I also need to have a loop that will let the user repeat this computation for new values, which will let the user whether they want to compute again. As you know there are 2.2046 pounds in a kilogram, 1,000 grams in a kilogram, and 16 ounces in a pound. If anyone is willing to assist me on creating a layout or to help to get me started for this program I will appreciate it. Thanks.
-Kama