Question: . A function called sumPolynomial with two parameters: a polynomial P1 and a polynomial P2. The function should return the sum polynomial obtained by adding
. A function called sumPolynomial with two parameters: a polynomial P1 and a polynomial P2. The function should return the sum polynomial obtained by adding P1 and P2. Hint: Use the function addterm to create the sum polynomial; do not repeat code unnecessarily
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
