Program: Write a program the prompts the user to enter a length in feet and inches and outputs the equivalent length in centimeters.If the user enters a negative number or a nondigit number, throw and handle an appropriate exception and prompt the user to enter another set of numbers.
You need to make well-formed and clean code. You should not copy and paste the code from other source.