Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.
-
Updated
Mar 24, 2024 - C++
Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.
A calculator that has an order of operations using stack method that receives the input from the user and extracts the operands and operators, performs calculation by using stack to arrange the operations, and finally gives out the results on the screen.
Add a description, image, and links to the stack-calculator topic page so that developers can more easily learn about it.
To associate your repository with the stack-calculator topic, visit your repo's landing page and select "manage topics."