Write a program that will find the intersection point of the following functions in the interval 0.1
y1(x) = x^2 * sin(x)
y2(x) = x^3 * tan(x)
The program should ask the user for convergence value and print out x & y coordinates of the intersection point.