Yomiolanrewajus5go Yomiolanrewajus5go 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