C# multidimensional arrays ⬜

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 62

  • @BroCodez
    @BroCodez  3 ปีที่แล้ว +28

    using System;
    namespace MyFirstProgram
    {
    class Program
    {
    static void Main(string[] args)
    {
    String[,] parkingLot = { { "Mustang", "F-150", "Explorer" },
    { "Corvette", "Camaro", "Silverado" },
    { "Corolla", "Camry", "Rav4" }
    };
    parkingLot[0, 2] = "Fusion";
    parkingLot[2, 0] = "Tacoma";
    /*
    foreach(String car in parkingLot)
    {
    Console.WriteLine(car);
    }
    */
    for(int i = 0; i < parkingLot.GetLength(0); i++)
    {
    for (int j = 0; j < parkingLot.GetLength(1); j++)
    {
    Console.Write(parkingLot[i, j] + " ");
    }
    Console.WriteLine();
    }
    Console.ReadKey();
    }
    }
    }

    • @magnesium3273
      @magnesium3273 2 ปีที่แล้ว

      Well that don't work well in a youtube comment section.
      Do you have a video of the best c# functions cause I can't find one.

    • @lolboqoboqo
      @lolboqoboqo หลายเดือนก่อน

      You're the best thanks for giving us the codes great videos, awesome job man, take care of yourself!

  • @bakastep3107
    @bakastep3107 10 หลายเดือนก่อน +24

    I can't thank you enough for making this video. This might get buried in the comments, but I always find myself coming back to your videos for help.

  • @crazydave6787
    @crazydave6787 ปีที่แล้ว +2

    Short sweet and to the point. Just the refresher I needed

  • @expansivegymnast1020
    @expansivegymnast1020 ปีที่แล้ว +4

    Thanks! I like the short videos like this about smaller subjects. Sometimes I just need a refresher and not an hour long thing about it.

  • @e.dnorth
    @e.dnorth ปีที่แล้ว +3

    thanks! i was confused by the training explanation in my course, and this explained exactly what I was confused by their wording!

  • @LincyMcGabby
    @LincyMcGabby 8 หลายเดือนก่อน

    Had a tough time trying to understand multidimensional arrays in class, but I easily understood them straight away when I watched this video. You're the best Bro💯

  • @ninjanick5769
    @ninjanick5769 4 หลายเดือนก่อน

    Thanks alot dude, 1st year game developer here,so your videos help alot when my lecturers dont feel like answering my freshman questions anymore

  • @krevin543
    @krevin543 7 หลายเดือนก่อน

    This is a great video! In my SoloLearn course I was confused by their introduction of {2,3} bracketed values into the multidimensional array exercise and how that effected the rows and columns in the index. Prior they had been using [8,8] code to set the rows and columns.

  • @moeketsiisaac4200
    @moeketsiisaac4200 หลายเดือนก่อน

    i wish i had known about this channel when i started my degree in IT, Bro you make C# a child's play

  • @jay-leeshih258
    @jay-leeshih258 ปีที่แล้ว +1

    i love you so much bro TT
    helping me pass my degree

  • @spartanranger
    @spartanranger 3 ปีที่แล้ว +3

    Thanks for the video Bro.

  • @HishamButt-ue5rc
    @HishamButt-ue5rc 5 หลายเดือนก่อน

    Hey! i know you wont see this message but ive learned C# from you, thank you!

  • @fushitensho7840
    @fushitensho7840 2 ปีที่แล้ว +14

    Wonderful, but I rather use "type[ ][ ]" instead of "type[ , ]", so it's easier to make dynamic irregular matrix if i want to :)

    • @hlongwane.luyanda
      @hlongwane.luyanda 5 หลายเดือนก่อน

      Isn't that jagged arrays though?

  • @anatolii2202
    @anatolii2202 8 หลายเดือนก่อน

    wow that`s a long way actually, week number 2 and lesson number 30 brooo. thank you for help, i start to understand something now

  • @Alexhusen4607
    @Alexhusen4607 9 หลายเดือนก่อน

    Thanks so much it was really useful for me

  • @lateamskul
    @lateamskul ปีที่แล้ว

    Very interesting😀! Thanks

  • @definitelynotchris4776
    @definitelynotchris4776 3 หลายเดือนก่อน

    I feel like it should be illegal to watch something this good for free

  • @asrbekmirsoatov7664
    @asrbekmirsoatov7664 ปีที่แล้ว

    I think in the for statement: onter loop for lows and inner loop for colums

  • @MS-pq4il
    @MS-pq4il ปีที่แล้ว

    So easy 🤟🔥 Thanks ❤❤❤

  • @tuckbuckk5465
    @tuckbuckk5465 2 ปีที่แล้ว

    Thanks for help making me understand! Also sweet name

  • @duck7445
    @duck7445 3 หลายเดือนก่อน

    Wow this is pretty complicated! I cant believe this is counted as intermediate. I wonder what advanced topics will be

    • @davor1599
      @davor1599 3 หลายเดือนก่อน +1

      This is basic. Not intermediate

    • @Michael_the_believer
      @Michael_the_believer 3 หลายเดือนก่อน +1

      its introduction beginner level

  • @BrandonFerrentino
    @BrandonFerrentino 2 ปีที่แล้ว +4

    isnt an array of arrays a jagged array?

  •  3 ปีที่แล้ว +2

    Thank Bro!

  • @maxwong1768
    @maxwong1768 2 ปีที่แล้ว +4

    For 2D array :
    String[,] array_2D = {
    {"x0y0" , "x1y0"} , // y0
    {"x0y1" , "x1y1"} , // y1
    };
    // just like a table in coordinate system .


    for (int y=0; y

  • @user-gk9fn8pu1f
    @user-gk9fn8pu1f ปีที่แล้ว

    thank you man!

  • @fornowhere7264
    @fornowhere7264 5 หลายเดือนก่อน

    i know this is 3 years old but I need to be adding new values onto the 2 dimensional array and I need to add whole 1D arrays to the rows of the 2D array and idk howwwww

  • @rishitkumar7076
    @rishitkumar7076 ปีที่แล้ว

    bro looks like a certified car geek.(Me also)

  •  3 ปีที่แล้ว

    Thanks Bro!

  • @איתןישייב
    @איתןישייב 8 หลายเดือนก่อน

    you are a big W

  • @kimiannalapo1092
    @kimiannalapo1092 ปีที่แล้ว

    Why the output declared the 3 elements of 0,1, and 2 array? He just used 0 and 1 array in his for loop condition, but he got those 3 elements of 0,1,2 array instead of 0,1 array only.. I'm confused about it.. Anyone can help me to understand that last part of the video?

  • @GonConDon
    @GonConDon 10 หลายเดือนก่อน

    Thanks!!

  • @viniciuslima1064
    @viniciuslima1064 2 หลายเดือนก่อน

    Thx bro

  • @purpliciousarmy
    @purpliciousarmy 2 ปีที่แล้ว

    Thank you

  • @sethverhaert112
    @sethverhaert112 ปีที่แล้ว

    saved me once again

  • @azazelfreefire
    @azazelfreefire ปีที่แล้ว +1

    using System;
    class Program
    {
    static void Main()
    {
    const string message = "I just love uhh bro";
    const int repetitionCount = 100000000;
    for (int i = 0; i < repetitionCount; i++)
    {
    Console.WriteLine(message);
    }
    }
    }

    • @hemacod3203
      @hemacod3203 11 วันที่ผ่านมา

      UNDERRATED COMMENT

  • @Miki-gd4rq
    @Miki-gd4rq ปีที่แล้ว

    thank you

  • @budderrar5751
    @budderrar5751 2 ปีที่แล้ว

    noice

  • @vaderfloyd6926
    @vaderfloyd6926 ปีที่แล้ว

    I’m confused as to why he was able to fit 3 arrays in a 2D array? Looking for a friend

  • @CartoonzWorld-qk6kf
    @CartoonzWorld-qk6kf ปีที่แล้ว

    Where is jagged array

  • @SimplyZaidy
    @SimplyZaidy 3 หลายเดือนก่อน

    bro neither wastes his time nor ours... be like bro

  • @ShahFahad-n2s
    @ShahFahad-n2s 3 หลายเดือนก่อน

    my teacher teach me this in 2 hours

  • @jaerug.libanan8620
    @jaerug.libanan8620 2 ปีที่แล้ว

    I love you

  • @whitedinamo
    @whitedinamo 3 ปีที่แล้ว

    lesson check

  • @justsomeguy4580
    @justsomeguy4580 3 ปีที่แล้ว +2

    i thinkkk im going o skip this oneeeeeeee

    • @furkanaltun2116
      @furkanaltun2116 3 ปีที่แล้ว +1

      @@perhel2396 i didn't full understand that lesson too

    • @cameronthomas3398
      @cameronthomas3398 2 ปีที่แล้ว

      @@perhel2396 lol

    • @Rahulsingh-theraha
      @Rahulsingh-theraha 2 ปีที่แล้ว

      it is just list in list but bit syntactically bit weird honestly

  • @the_dude_josh
    @the_dude_josh ปีที่แล้ว

    A random comment down below.

  • @manameisjeffie656
    @manameisjeffie656 2 ปีที่แล้ว

    thnx, but why did u said that this topic is hard, it really isn't