Problem
1. Devise a method to translate an expression from prefix form into postfix form. Use the C++ conventions of this chapter.
2. Write a method to translate an expression from postfix form into prefix form. Use the C++ conventions of this chapter.