KG to LB in C# – Convert Kilograms to Pounds in C# – Programming, Pseudocode Example, C# Programming Example
Basic C# Console

KG to LB in C# – Convert Kilograms to Pounds in C#

In this example, we will write a program to convert kilograms to pounds in C#. On the web you will show this example as C# kg to lbs convertor.

Firstly we should know the ratio of lbs to kg. The following formula shows the lbs ratio of kg.

How to convert Kilograms to Pounds

1 kilogram (kg) is equal to 2.20462262185 pounds (lbs).

1 kg = 2.20462262185 lb

Some of KG to LBS examples

Kilograms (kg) Pounds (lb)
1 kg 2.205 lb
2 kg 4.409 lb
3 kg 6.614 lb
4 kg 8.818 lb
5 kg 11.023 lb

 

Here is the code how to convert Pounds to Kilograms

Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.