Question: C++ *Please dont handwrite codes* Write a menu driven program that uses Do While loops along with an if block or switch block to evaluate
C++ *Please dont handwrite codes*
Write a menu driven program that uses Do While loops along with an if block or switch block to evaluate the following polynomials. Display the results in a table. Include column headings. The user should select from the menu the polynomial they want to evaluate and also enter the starting value for X, the stopping value for X, and the increment value.
Y=X3-2X+10
Y=X4+3X2-15
Y=X2-10
Use the following sample data to test your program.
RUN 1: Select the first polynomial and let X range from 7 to 7 in increments of 0.5.
RUN 2: Select the second polynomial and let X range from 0 to 50 in increments of 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
