Write programs to evaluate the following expression. The user should enter the variables, and the program should print back an answer. Prompt the user for all variables in the expression, and print the results in a meaningful manner.
x³ +(3x2-4)/2
Copy and paste your code in the box below.