In this lab, you'll use stacks and queues to implement a simple calculator. Parsing standard (infix) mathematical notation can be difficult, so you'll work with two other notations instead: prefix and ...