Question: Implement the output operation in Exercise. Display the polynomial in the usual mathematical format with xndisplayed as x^n.
Exercise: Write a declaration for a Polyon a1 class whose data members are an integer for the degree and an array for the list of coefficients and with basic operations of input and output.