conversion from kilogram to pounds write a program that displays the following two tables side-by-side(note that 1 kilogram is 2.2 pounds)
kilograms pounds pounds kilograms
9.09 20 2.2 1
11.63 25 6.6 3
....
231.82 510 433.4 197
234.09 515 437.8 199
NOTE:
use the following menu for conversion
1:for conversion from kg to pounds
2:for conversion from pounds to kg
3:to exit from the program execution