1. 51.
    0
    using System;

    class daireleri_birlestir
    {
    static void Main(string[] args)
    {
    int[] intDizi= new int[5];

    try
    {
    intDizi[1]=2;
    }

    catch( Exception e)
    {
    Console. WriteLine(e.GetType());
    }

    Console. ReadLine();

    }

    }

    başka soru var mı?
    ···
   tümünü göster