I did my research on the web but I couldn't find any advice how to dynamically create multidimensional (rank >1) array (it could be a jagged array).
In other words program will ask about number of dimensions (rank) first, then about number of elements per dimension (rank) and then it will create the array.
Is it possible?