This document contains the code for a program that evaluates mathematical expressions. It defines methods to:
- Read expressions from a file or user input and split them into operands and operators
- Calculate the results of valid expressions and store statistics like highest/lowest values
- Handle invalid expressions and output error messages
- Output the results of calculations and expression statistics after processing is complete