double[,] notlar = new double[3, 4]; notlar[0, 0] = 45; notlar[0, 1] = 55; notlar[0, 2] = 60; notlar[0, 3] = 65; notlar[1, 0] = 75; notlar[1, 1] = 80; notlar[1, 2] = 85; notlar[1, 3] = 90; notlar[2, 0] = 10; notlar[2, 1] = 20; notlar[2, 2] = 30; notlar[2, 3] = 40; Dizileri For kullanarak hepsini toplayıp ekrana yazdıran program? < Bu mesaj bu kişi tarafından değiştirildi omarr092371 -- 16 Şubat 2022; 14:33:46 > |
Bildirim