The heat capacitance of various gases can be determined by Cp = a + bT + cT^2 + dT^3 , where a, b, c, d are the coefficients of the cubic function and T is the temperature in Celsius. The values of coefficients for O2 is a = 29.10
b = 1.158*10^-2
c = -0.6076*10^-5
d = 1.311*10^-9
Write a script that asks for the minimum and the maximum temperature one-by-one from the Command Window. Using an increment of 2, the program returns the array of heat capacitance Cp corresponding to the range of temperature between the minimum and the maximum value entered by the user. Use disp( ) to output the result