Problem
Write java code that converts Fahrenheit to celsius using a do while loop to bulletproof the user input. Now, when the user fails to enter a valid number, the program will display an error msg and then loop and prompt themagain to try again to input the value correctly. So, the program will block and repeatuntil they get it right.Be sure to thoroughly test your program.