Problem 3. (30 points) Write a program that performs interpolation with the same data points as in problem 2. Use the following interpolation methods: 1) default linear interpolation method (10 points); 2) spline interpolation method (10 points); 3) cubic interpolation method (10 points). Plot the interpolated points on the same graph using different markers and colors.