Modify the previous exercise so that the snippet of code is placed inside a method. The method should be named ReturnRatio and read the input from the keyboard and throw different exceptions for divide by zero or input mismatch between text and an integer. Create your own exception class for divide by zero. Invoke ReturnRatio from your main method and catch the exceptions in main. The main method should invoke the ReturnRatio method again if any exception occurs.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.