You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Write a C Program to convert Pounds to Kilograms (1 pound = 0.454 kg).Your C program should input a single float value, this would be the value in Pounds.
And the output should be a single float value rounded upto three decimal place, this would be the value in Kilograms.