You need to create an application which prompts the user numerator and denominator values then show the result of the division.
The application will use exception handling to verify the user has entered valid input and will continue to prompt the user for input as long as the value they enter is invalid.
Once the user has entered valid numerator and denominator values, the result is shown and the application exits.