Question: hello, i need a c++/java code for this project and also how to implement in the code the arithmetic expression and make the user choose.

hello, i need a c++/java code for this project and also how to implement in the code the arithmetic expression and make the user choose.
This final project is aimed at examining the comprehension of the student of the material covered during the semester. The objective is to allow the student to exercise his/her ability in writing effective code using C++ or Java Programming Language. The program has to evaluate arithmetic expressions using a BST for that purpose. The rules are the following: The program asks the user to enter an arithmetic expression in the infix format. Then the program builds a BST for that expression. After building the BST, a menu will be present to the user allowing him to: traverse the BST in inorder, traverse the BST in postorder, traverse the BST in preorder. Users will choose among the options present. The result will be the display of the original arithmetic expression and the new one that depends on the option chosen. The program should repeat as long as the user wants
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
