Question: Write a C++ program that prompts the user for coefficients of a fourth order polynomial. The final input should be the value of the independent

Write a C++ program that prompts the user for coefficients of a fourth order polynomial. The final input should be the value of the independent variable. You should then output the value of the dependent variable to the console. Your answer should look something like this. Input the coefficient for the x^4 term: Input the coefficient for the x^3 term: Input the coefficient for the x^2 term: Input the coefficient for the x^1 term: Input the coefficient for the x^0 term: Input the value of the independent variable: Thank you for using my program!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!