Write a c program to compute the result of a 3rd-order


Write a C program to compute the result of a 3rd-order polynomial equation of the form y = a*x3 + b*x2 + c*d, as follows:

a. Receive four integer inputs for the values of abc, and d, respectively, and store them to a single array

b. Receive an additional integer input for the value of x

c. Compute the result, y, as an integer and output that value to the screen

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write a c program to compute the result of a 3rd-order
Reference No:- TGS02797508

Now Priced at $10 (50% Discount)

Recommended (96%)

Rated (4.8/5)