Ejemplo n.º 1
0
 public string GetPostFixNotation() => $"{LeftOperand.GetPostFixNotation()} {RightOperand.GetPostFixNotation()} / ";