Reference no: EM13168056
Assume that we would like to use linear interpolation to determine the coefficient of lift for additional flight-path angles that are between -4 degrees and 21 degress. write a program that allows the user to enter the data for two points and a flight-path radians (recall that 180 degrees= pi radians)between those points. The program should then compute the corresponding coefficient of lift.
Fight-Path Angle(degrees):(-4,-2,0,2,4,6,8,10,12.14.15.16.17.18.19.20.21)
Coefficient of Lift:(-0.182,-0.056,0.097,0.238,0.421,0.479,0.654,0.792,0.924,1.035,
1.076,1.1.3,1.120,1.121,1.121,1.099,1.059)