Question: C++ *please dont handwrite code* Write a program that uses a Do While loop to evaluate the following polynomial. Your program should allow the user
C++ *please dont handwrite code*
Write a program that uses a Do While loop to evaluate the following polynomial. Your program should allow the user to enter the starting value for X, the stopping value for X, and the increment value for X.
Y=X3-2X+10
Output a table that lists the X value and corresponding Y value. Include X and Y as titles for your table. Run this program using the following data:
Run 1: Start at X=0, Stop at X=20, increment by 2.
Run 2: Start at X=-4, Stop at X=1, increment by 0.3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
