Question: JAVA Write a java class that converts Kilogram to Pound. Your java class should have three methods: one for setup values (set method) one for
JAVA
Write a java class that converts Kilogram to Pound.
Your java class should have three methods: one for setup values (set method) one for return a value (get method) the other is for converting kilogram to pound Then, your driver program should ask a user to input a kilogram by the keyboard. Your program should look like the following:

CS. C:\Windows\system32\cmd.exe Enter kilogram: 100 100.0 kilogram is converted to 220.00000000000003 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
