Write an object oriented C++ program to translate a C++ assignment statement into triplet form. You may assume that variables are single characters. Use a precedence table to decide if operators get pushed or popped. Be sure to give clear directions so that a person unfamiliar with this process will understand how to execute your solution.