Question: How can I make a c++ program that returns the position of a polynomial ? The user will type a term of the polynomial(for example,
How can I make a c++ program that returns the position of a polynomial ? The user will type a term of the polynomial(for example, 3x^2), if the term exists, the program must return the position of that term in the polynomial. If not, the program must notify the user that the term is not available.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
