Write a complete Pascal program which will input from a file a series of infix expression character strings involving addition and multiplication on the set of single-digit integer operands and then evaluate and output result of each expression to a file. Please read the assignment.PDF document for detailed understanding and more information.