Write a converter program that provide a menu to user as show in below using C#:

Write a converter program that provide a menu to user as show in below using C#:

Converter


1 – Foot to Inch

2 – Fahrenheit to Kelvin

3 – Kilogram to Pound

4 – Kilojoule to Kilocalorie

Apply appropriate formula for each type of conversion. The program should allow user to choose the type of conversion (1, 2, 3, or 4), then user can input one desired value and the result will be displayed according to the type of conversion.

1 Like

I Suggest you try making a program yourself, If you’re stuck anywhere, share the code and we’ll be happy to help you debug it.