Hi, I need to implement a class cppArray which is identical to a one dimensional C++ array. It should perform range checking(index set is a set of consecutive integer from 0). It allows only one array to be assigned to another array using = operator. Supports a function that returns the size of an array. It allows reading and printing through use of cout and cin. Immediate response will help out a lot, thanks in advance!