Imagine an unknown implementation of an ADT sorted list of integers. This ADT organizes its items into ascending order. Suppose that you have just read n integers into a one-dimensional array of integers called data. Write some C++ statements that use the ADT sorted list operations to sort the array into ascending order.