Statement Write an interactive version of the InchesToFeet class that accepts the inchesvalue from a user. Save the class as InchesToFeetInteractive.java. Explanation This statement is asking you to create a new version of the “InchesToFeet” class that will be interactive. The interactive version should accept the “inches” value from a user as input, rather than having the value assigned directly ...