write a program that prompts the user for a fraction, formatted as x/y, where x and y are integers, and then outputs, as a percentage rounded to the nearest integer, how much fuel is in the tank. if 1% or less remains, output e instead to indicate that the tank is essentially empty. and if 99% or more remains, output f instead to indicate that the tank is essentially full.