Question: Create a method that will perform a division operation (divide by) on the numbers passed to it in two variables (numerator, denominator) and outputs the results. Use a try catch pair to output an error message if the illegal operation of divide through 0 occurs.