#quGiven the Array class definition in Fig. 11.10-11.11 (pp. 476-479) of the textbook, write a new overloaded operator function for the ‘%’ (modulus) operator (i.e., return an array object that contains the remainders of divide operations between corresponding values in two array objects.) This new function must check for divide by 0. estion..