Asked by Anonymous

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

Answers

Answered by oobleck
read gals
liters = gals * liters_per_gal /* whatever that value is */
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions