Ask a New Question
Search
2. Create pseudocode for a program that allows the user to enter gallons of gas and converts it to liters (metric system).
1 answer
read gals
liters = gals * liters_per_gal /* whatever that value is */
Ask a New Question
or
answer this question
.