declare and create a ragged array in triangular form, that is, the first row has one element, the second row has two elements, and the last row has n elements, where n is the number of rows. assign an element of the triangular array the sum between its row and column. then print the triangular array.