Problem
Write a Java class with a method to convert centimeters to inches. Ask the user to enter the value in inches and your program passes the value to a function that converts it to centimeters and prints the result. Name the class: YourLastNameConversion.java.