stevenmirage77 stevenmirage77 10-06-2024 Computers and Technology Answered // This pseudocode is intended to compute the number // of miles per gallon you get with your automobile start input milesTraveled input gallonsOfGasUsed milesPerGallon = milesTraveled + gallonsOfGas output milsperGallon start