![]() |
#2
hellovfp2012-03-24 11:00
|
#include <iostream>
using namespace std;
int main()
{
const float KG_PER_POUND=0.454;
float pounds,
kgs;
cout<<"Enter the weight in pounds:";
cin>>pounds;
float kgs=KG_PER_POUND*poundS;
cout<<"The weight in kilograms is"<<kgs<<endl;
renturn 0;
}