First page Back Continue Last page Overview Graphics
Exercise
- Create an arbitrary one dimensional array called „v“.
- Create a new array which consists of the odd indices of v.
- Create a new array in backwards ordering from v.
- Create a two dimensional array called „m“.
- Create a new array from m, in which the elements of each line are in reverse order.
- Another one, where the rows are in reverse order.
- Create an array from m, where columns and rows are in reverse order.
- Cut of the first and last row and the first and last column.