C# for loops 🔁

  Рет қаралды 49,448

Bro Code

Bro Code

Күн бұрын

Пікірлер
@BroCodez
@BroCodez 3 жыл бұрын
using System; namespace MyFirstProgram { class Program { static void Main(string[] args) { // for loop = repeats some code a FINITE amount of times // Count up to 10 for (int i = 1; i 0; i--) { Console.WriteLine(i); } Console.WriteLine("HAPPY NEW YEAR!"); Console.ReadKey(); } } }
@jobsefree
@jobsefree Ай бұрын
I just like the way you simplify the complex concepts
@GonConDon
@GonConDon 10 ай бұрын
Easy to understand. Thanks!!
@ZonbiNed
@ZonbiNed Жыл бұрын
i'm currently learning C# using an app and it was working great till they got to loops this helped me so much
@tubetimeline
@tubetimeline Жыл бұрын
Once again great tutorial Bro! One word of caution for my fellow coder friends watching, you can accidentally create an infinite loop with a For loop. If you set your condition to something like x
@FarhanAli-zb4iv
@FarhanAli-zb4iv 2 жыл бұрын
Good precise videos 👍👍👍
@Avolali
@Avolali Жыл бұрын
Finally a tutorial that is easy for me to follow. Thank you so much 😄
@English972
@English972 5 ай бұрын
me too 🥲
@spartanranger
@spartanranger 3 жыл бұрын
Thanks for the video bro.
@maris6843
@maris6843 Күн бұрын
Teaching me more than my $1,500 class I'm taking.
@turkyt
@turkyt 7 ай бұрын
I love your video ❤❤❤ 0:24 better than my teacher 0:45 so so love for you bro ❤❤
@yuma-zv4yh
@yuma-zv4yh 8 ай бұрын
you are so good man bro👌👌
@jobsefree
@jobsefree Ай бұрын
Happy New Year Sirji
3 жыл бұрын
Thanks!
@bruhman874
@bruhman874 3 жыл бұрын
Nice i can now create a time bomb
@Jakey_Boy-lt6uw
@Jakey_Boy-lt6uw 2 жыл бұрын
you can what
@mmmnn1324
@mmmnn1324 2 ай бұрын
Thank you, now I understand
@Amine_XD
@Amine_XD Жыл бұрын
thank you a lot habibi
@definitelynotchris4776
@definitelynotchris4776 4 ай бұрын
c# for president
@thismakesnosense
@thismakesnosense Жыл бұрын
Four loops? You only explained one.
@SewpsYT
@SewpsYT 9 ай бұрын
he said "for" loops.
@bonebreakingmarathon6550
@bonebreakingmarathon6550 8 ай бұрын
​@@SewpsYT r/whoosh
@khumalo6619
@khumalo6619 24 күн бұрын
😂😂😂
@M4LAZE
@M4LAZE 2 жыл бұрын
MAKE A VIDEO ON HOW TO PRINT SHAPE LIKE DIAMOND NUMBERS AND ALPHABETS
@mediumwaffle8052
@mediumwaffle8052 10 ай бұрын
if you have multiple for loops, can you use "int i" for every one? or do you need a new variable name
@iamstevenadam
@iamstevenadam 2 жыл бұрын
Wowww
@Oscar.0249
@Oscar.0249 7 ай бұрын
Bro for president!!!!!!!!!!
@nicholasfellman1351
@nicholasfellman1351 22 күн бұрын
Hi! before you reached the for loop #2 i tried testing myself and trying the code without using you as a guide and reached for (int i = 10; i > -1; i -= 1) { Console.WriteLine(i); if (i == 0) { Console.WriteLine("happy new year"); is this good also? or is the if statement unneccesary? is it used in some cases? etc. thankyou.
@romandvorkin9713
@romandvorkin9713 Жыл бұрын
Thank you, I understand it now
@juriappo354
@juriappo354 2 жыл бұрын
thanks bro
@limxu_bgsb4456
@limxu_bgsb4456 Ай бұрын
thank u
@budderrar5751
@budderrar5751 2 жыл бұрын
noice
@AliSakhaee
@AliSakhaee 2 жыл бұрын
thank you bro
@simik4830
@simik4830 4 ай бұрын
algorithm!
@whitedinamo
@whitedinamo 3 жыл бұрын
lesson check😇
@francismahaso9944
@francismahaso9944 Күн бұрын
wagona chose
@Drea730
@Drea730 2 жыл бұрын
random comment 😃
@The_Ancient_Guardian
@The_Ancient_Guardian Жыл бұрын
Emilia, Boneca de pano.
@yuma-zv4yh
@yuma-zv4yh 8 ай бұрын
jjjj
@gaurav561crazy5
@gaurav561crazy5 3 жыл бұрын
Commented
@alejandrochacon6910
@alejandrochacon6910 Жыл бұрын
randomComment
@8plus2isNOT11
@8plus2isNOT11 5 ай бұрын
skibidi toilet
C# nested loops ➿
5:04
Bro Code
Рет қаралды 40 М.
C# arrays 🚗
5:57
Bro Code
Рет қаралды 71 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
C# while loops ♾️
3:19
Bro Code
Рет қаралды 42 М.
Loops in C++ (for loops, while loops)
12:20
The Cherno
Рет қаралды 424 М.
How to Program in C# - Loops (E04)
18:28
Brackeys
Рет қаралды 509 М.
C# methods 📞
6:05
Bro Code
Рет қаралды 67 М.
Learning C# In A Week... Otherwise I Fail University
9:04
you will never ask about pointers again after watching this video
8:03
C# multithreading 🧶
6:59
Bro Code
Рет қаралды 170 М.
C# Lists 📃
6:46
Bro Code
Рет қаралды 115 М.
Every single feature of C# in 10 minutes
9:50
Train To Code
Рет қаралды 174 М.
три кошака и ростелеком
0:26
Мистер Денала
Рет қаралды 2,4 МЛН
#trending #foryou #challenge #fyp #viral #short #tiktok #vs
0:15
Misiсatсh
Рет қаралды 2,4 МЛН
пранк: псих сбежал из дурдома
0:53
Анна Зинкина
Рет қаралды 1,7 МЛН
DESAFIO DOS COPOS #shorts
0:38
Natan por Aí
Рет қаралды 34 МЛН
Do YOU Understand WHAT JUST HAPPENED!? 😂 #shorts
0:57
LankyBox World
Рет қаралды 1,6 МЛН
Её автомобиль никто не хотел ремонтировать!
20:12
Гараж Автоэлектрика
Рет қаралды 1,5 МЛН