In java complete a program that takes a weight in kilograms as input, converts the weight to pounds, and then outputs the weight in pounds. 1 kilogram = 2.204 pounds (lbs) by import java.util.
The public static void main(String [ ] args) the burden in pound: "); pound = in. nextInt(); kilo = pound * 0.453592; gram = pound * 453.59237; System.
Read more about java:
https://brainly.com/question/25458754
#SPJ1