Very Basic CS 101 Question (JAVA)

ORIGINAL WORK REQUIRED PLEASE!! Use Eclipse software and Java Language, Write a program that prompts the user to enter the length in feet and inches and outputs the equivalent length in centimeters. – If the user enters a negative number or a non-digit number, the code throws and handles an appropriate exception. It then askes if the user wants to try again and then behaves accordingly. – If there is no exception (the conversion is done as expected), then the program terminates.