DATA STRUCTURES - How to work with arrays? (C# for beginners) - Arrays explained in 40 minutes!

Поділитися
Вставка
  • Опубліковано 28 сер 2024
  • In this programming tutorial for beginners, we'll break down everything you need to know about arrays in C#.
    You will learn what is array data structure and understand the basics of arrays, C# array declaration, and array initialization.
    While creating your first array, you will learn how to add elements to the array and how to loop through elements in the array.
    I will also show you the most common errors when working with arrays and how to perform different calculations on data stored in the array.
    If you want to gain more practical experience in building real apps and get career-ready skills, join my Practical Programming Course below.
    🚀📈💻🔥 My Practical Programming Course: www.codebeauty...
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.
    📚 Learn programming with these Free E-Books ⬇
    C++ Lambdas e-book - free download here: bit.ly/freeCpp...
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObj...
    Download Visual Assist here: bit.ly/WT-CB
    I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
    Download Ultra Edit here: bit.ly/UE_CB
    It is a powerful, secure text editor designed specifically for programmers.
    RELATED VIDEOS:
    15:20 - Loops in C# (Beginner tutorial) - • C# Loops for beginners...
    17:17 - Strings in C# (Beginner tutorial) - • C# String - How to wor...
    17:17 - String methods in C# (Beginner tutorial) - • All C# string methods ...
    CONTENTS:
    00:36 - What is an array
    01:19 - Let's create a calorie tracker application
    02:39 - Where to learn programming on practical examples
    04:18 - How to initialize an array
    07:30 - How to programmatically insert data into an array
    15:02 - Iterating through an array using loops
    21:53 - Performing calculations on arrays data
    38:05 - Most common error (Index out of range)
    Add me on:
    Instagram 📸 - / truecodebeauty
    Twitter 🐦- / truecodebeauty

КОМЕНТАРІ • 46

  • @CodeBeauty
    @CodeBeauty  Місяць тому +2

    📚 Learn how to solve problems and build projects with these Free E-Books ⬇
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.

  • @SSLowRL
    @SSLowRL Місяць тому +11

    I love your arrays

  • @ikasugami8066
    @ikasugami8066 Місяць тому

    Great video!
    Just want to add a supplemental note: when looping through an array, using a 'for' loop as shown in this video is how to do it if you need to modify values of the elements. You can also use a 'foreach' loop, which is nice for reading element values...but if you try to modify a value it isn't actually modifying that element of the array, because the item inside the loop is actually a different object.
    For example:
    foreach (var thing in myArray){
    thing = 5;
    }
    The values of the elements in the array will not be changed to 5 because 'thing' is a new object separate from the array itself.

  • @ChrisCarlos64
    @ChrisCarlos64 Місяць тому +1

    Great job, keep up the good work! :D

  • @dyinglights7405
    @dyinglights7405 Місяць тому +1

    thank you so much please dive into delegate,event and eventlisteners❤

  • @mehrdad1700
    @mehrdad1700 Місяць тому

    my beautiful teacher in the whole world

  • @karimamia5971
    @karimamia5971 Місяць тому +1

    We need data structures and algorithm courses please 🙏 😢

  • @soumyadipmajumder3450
    @soumyadipmajumder3450 Місяць тому +2

    Release a full DSA C# and C++ course

  • @AbroadStudent-c2u
    @AbroadStudent-c2u Місяць тому

    for those who are worried about programming, saldina will take care of everything. KEEP GOING!

  • @venkateshanap3271
    @venkateshanap3271 Місяць тому +1

    waiting for the next array topic video!

  • @MotiAbe-1
    @MotiAbe-1 Місяць тому +1

    Please could you do DSA full course by using c and c++ for cp...

  • @JohnWickXD
    @JohnWickXD Місяць тому

    Thank you so much❤✨

  • @iamvickey_7
    @iamvickey_7 Місяць тому

    please create a digital marketing course 💗👍🏻

  • @scottnixon8432
    @scottnixon8432 Місяць тому

    I watch your channel because of your beauty.

  • @user-dj2ll1yu7c
    @user-dj2ll1yu7c Місяць тому

    GOOOD

  • @benspencer1163
    @benspencer1163 Місяць тому +4

    please stop putting your photos on your tutorial videos so I will no longer be tempted to ask you out

    • @FauziyaSuleimanzumo
      @FauziyaSuleimanzumo Місяць тому

      Focus!!! If you can't then you are not ready for prg

    • @arnonroyna4420
      @arnonroyna4420 Місяць тому

      Just ask. Hear her say, "No."
      And, get back to your studies. LoL

  • @broadbandmax
    @broadbandmax Місяць тому

    Can you add var and stddev calc :)

  • @larrya3989
    @larrya3989 Місяць тому +1

    ❤❤❤❤

  • @mohammedrezk8072
    @mohammedrezk8072 Місяць тому +1

    Hotty Arrays

  • @cric.cricket9693
    @cric.cricket9693 Місяць тому +1

    mam I need c++ in pratical programming course but it to much cost I am a student

    • @MerrowGula
      @MerrowGula Місяць тому

      learn to code, start earning already!

  • @davidspanton
    @davidspanton Місяць тому

    Code Beauty? Are you saying that code or yourself is beautiful?

  • @xLevianeer
    @xLevianeer Місяць тому +4

    TILF🤤

    • @xerlapis
      @xerlapis Місяць тому

      Resources? Sorry my English is bad but translation say 'resources' 😅

    • @ChrisCarlos64
      @ChrisCarlos64 Місяць тому

      ​@@xerlapis Sadly, that comment doesn't translate to "Resources" but something inappropriate.

    • @xerlapis
      @xerlapis Місяць тому

      @@ChrisCarlos64 i see, what is it my friend?

    • @beefchampion2792
      @beefchampion2792 Місяць тому +1

      @@xerlapis I think it is the same as MILF, but T probably stands for "teacher" 😅

    • @xerlapis
      @xerlapis Місяць тому +1

      @@beefchampion2792 ah, okay. This guy is something else

  • @Farzadx-65
    @Farzadx-65 Місяць тому

  • @Msfasolin
    @Msfasolin Місяць тому +1

    🤟🥰

  • @mehrdad1700
    @mehrdad1700 Місяць тому

  • @Rishi-xj2iy
    @Rishi-xj2iy Місяць тому

    I didn't expected that any programmer girl can be this much beautiful and gorgeous ❤

  • @JakubSK
    @JakubSK Місяць тому

    Explain arrays to me over a candlelit dinner.

  • @awaismushtaq5719
    @awaismushtaq5719 Місяць тому

    By looking at you, one can tell you surely WORK OUT 😂

  • @wilgarcia1
    @wilgarcia1 Місяць тому

    💙💙😻😻💙💙😻😻💙💙

  • @nilshult6401
    @nilshult6401 Місяць тому

    mmmmm

  • @adilirshad9622
    @adilirshad9622 Місяць тому

    Urdu me samjhain

  • @johnsmiths3934
    @johnsmiths3934 Місяць тому