Problem Statement
Sara lived in Jordan for a long time, and she knows how to deal with weight units in kilogram (kg). Sara travelled recently to Canada, and she should now start learning how to calculate the values of kg in the pound (lb).
Write a program that reads a real value that represents the weight in (kg) and then calculates the equivalent value in (lb).
Hint: The approximate relation is 1 kg = 2.2 lb​