Problem
Create a console application in c# that inputs kilometers driven and liters used, and calculates kilometers per liter. The example should use exception handling to: verify that the inputed numbers are positive the number of liters is not zero the Format. Exceptions that occur when converting the input strings to doubles. If invalid data is entered, display a message informing the user.