This will be finished in class next time Implement a Stack data structure by extending an Array List. Here’s shell code and a driver file. Make sure all tests pass
September 5, 2025 (Friday)
RPN Quiz
Implementing stacks using ArrayList
Modify RPN Expression Evaluator
remove ‘test cases’ and replace with a loop that takes user input
enhance calculator to support unary operators (will need to use Doubles and not Ints)
Quiz next class over RPN Expression Evaluator code and assigned enhancements
September 3, 2025 (Wednesday)
Stack data type
Complete the RPN Evaluator java project in class today