Exemple de Tableau pointu multidimensionel

Author:
{filelink=18431}
using System;
 
public class TableauPointu
{
 
    public static void Main()
    {
        int[][] matrice = {new int[5], new int[4], new int[2]