User can input a mathematical function, and then using this function, a program makes calculations.
Procedures:
a User will input a function (any one), e.g., f(x)=x**3+x;
b A program gets this function;
c User provides an “x” value.
d A program makes calculation and outputs the result.
Thanks!


