Linear Interpolation. The following problems refer to the wind-tunnel test data stored in the file tunnel.dat. The file contains the set of data which consists of a flight-path angle (in degrees) and its corresponding coefficient of lift on each line in the file. The flight-path angles will be in ascending order.
Modify the program in Problem so that it prints a message to the user giving the range of angles that are covered in the data file after reading the values.
Write a program that reads the wind-tunnel test data and then allows the user to enter a flight-path angle. If the angle is within the bounds of the data set, the program should then use linear interpolation to compute the corresponding coefficient of lift. (You may need to refer to the section on linear interpolation in Section.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.