I have to create a program in c using this formula,
y=ax(cubed)+bx(squared)+cx+d,
I have to ask the user to read in the four coefficients of the cubic,
Ask the user for start and finish values for x,
ask the user to view the graph and Plot a graph using grx20 using the start and finish values of x given by the user
and draw the y and x axis in an appropriate placefor any value of x.
I don't know much about c programming at all, as I have only been doing it for about five hours, any help would be much appreciated