Polynomial Class Extension
Understand the multiplication of two polynomials.
We'll cover the following...
We'll cover the following...
Problem
Write a program that carries out multiplication of two polynomials.
Coding solution
Here is a solution to the problem above.