Arrays - Example 2

This declares a two-dimensional array, fills it with random numbers and then transposes the array (i.e. reflects the array along one of its diagonals):


Go back
Go Back