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
Get step-by-step solutions from verified subject matter experts
