/* Assignment no. 28 Write a program to tabulate the function y = x^2 - 2x - 8 between -10 and +10 and indicate each time if the calculated y value is positive or negative. Create a C function to calculate the mathematical function above and return the value of y to the main program. Enter your name as a comment. Save it on drive f: */