Can anyone help me making this Gasoline Meter Simulator?
Here's the problem, Using .NET construct an application that will simulate Gasoline Meter. The users allows assigning the amount of gasoline per liter. The user can select whether by liters or by amount. If the user select liter, then he will key in the number of liters and will display the total amount or when the user select amount, the user will enter amount and will display the number of liters for that amount. Your application should display the amount and the liters in digital format like in the gasoline meter.
Note: Display the liter and amount counting based on the ration of amount and liters. Use error provider controls to handle error and handle exceptions.