Exemplo n.º 1
0
 public string Back()
 {
     Op.RemoveLastDigit();
     return(ConvertToDisplay(Op.ActualOperand()));
 }