Question #313438

Give the algorithm to convert the input dollars(s) into the equivalent peso. One dollar is approximately equal to 50.60 pesos. Then display the result.



Expert's answer

Start
  Declare Real dollars
  Declare Real pesos 
  Display "Enter number of dollar(s): "
  Input dollars		
  pesos = dollars * 50.60
  Display "The equivalent of $"+ dollars + " into is Php" + pesos
Stop

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS