My first foray into Java.
This is an implementation of a Saturated Reverse Polish Notation (SRPN) calculator.
Written as an assignment for the Principles of Programming (Jan 2022) module, MSc Computer Science, University of Bath.
Designed to emulate this: https://replit.com/@bathuniversity/sprn-to-emulate#srpn/srpn
This repo was made public after the submission date to allow others to review as part of a further assignment.