C Want Output Shown Please Read Things First Design Implement Class Whose Objects Represe Q37107781

In c++

I want the same output as shown below. please read allthe things first.

Design and implement a class whose objects representpolynomials. The polynomial anxn+a nāˆ’1 x nāˆ’1+ā€¦+a0 will beimplemented as a linked list. Each node willcontain an int value for the power of x and an int value for thecorresponding coefficient. The class operations should includeaddition, subtraction, multiplication, and evaluation of apolynomial. Overload the operators +, āˆ’, and * for addition,subtraction, and multiplication.

Evaluation of a polynomial is implemented as a member functionwith one argument of type int. The evaluation member functionreturns the value obtained by plugging in its argument for

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.