2. Create pseudocode for a program that allows the user to enter gallons of gas and converts it to liters (metric system).

read gals

liters = gals * liters_per_gal /* whatever that value is */