Ad
  • Custom User Avatar

    When performing + operation and the current number is undefined should I put 0 or 1 on stack?
    Also description says All stacks have an original value of 0. Does that mean stacks are empty or do they include 0?
    When the current stack is A and operator < appears should I switch to stack C or do nothing?