Answer:
#include<iostream>
#include<string>
int main()
{
double weight;
double weightInPounds;
cout<<"Enter Weight of person in kilograms\n";
cin>>weight;
weightInPounds = weight * 2.2;
cout<<"Your weight in Pounds is : "<<weightInPounds<<endl;
return 0;
}
yes
Explanation:
What code are you talking about?
I would guess that the answer is Rights.
The answer is c that what a lot of people use☻
Tabs
The ribbon contains the tabs. The tabs contain the command groups which hold commands
IF THIS HELPS PLEASE MARK THIS ANSWER AS BRAINLIEST