Write a program that prompts the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds. output both the weights rounded to two decimal places. (note that 1 kilogram equals 2.2 pounds.) format your output with two decimal places.
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a program that prompts the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds. output both ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Home » Computers and Technology » Write a program that prompts the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds. output both the weights rounded to two decimal places. (note that 1 kilogram equals 2.2 pounds.