Question

Write a program that uses the stackclass in stackclass.h and stackclass.cpp to convert infix expressions to postfix.

Answer