C# switches 🔀

  Рет қаралды 64,149

Bro Code

Bro Code

Күн бұрын

Пікірлер: 68
@BroCodez
@BroCodez 3 жыл бұрын
using System; namespace MyFirstProgram { class Program { static void Main(string[] args) { // switch = an efficient alternative to many else if statements Console.WriteLine("What day is it today?"); String day = Console.ReadLine(); switch (day) { case "Monday": Console.WriteLine("It's Monday!"); break; case "Tuesday": Console.WriteLine("It's Tuesday!"); break; case "Wednesday": Console.WriteLine("It's Wednesday!"); break; case "Thursday": Console.WriteLine("It's Thursday!"); break; case "Friday": Console.WriteLine("It's Friday!"); break; case "Saturday": Console.WriteLine("It's Saturday!"); break; case "Sunday": Console.WriteLine("It's Sunday!"); break; default: Console.WriteLine(day + " is not a day!"); break; } Console.ReadKey(); } } }
@NinetyEight418
@NinetyEight418 9 ай бұрын
can i use "if" or "while" in there?
@manggae613
@manggae613 2 жыл бұрын
So concise and to the point! Love your tutorials, thank you so much :)
@michalski9141
@michalski9141 3 жыл бұрын
I love how the else if example is literally yandere sim code
@leg1187
@leg1187 2 жыл бұрын
else if statements are only good if you only have a couple options to choose in your application. Otherwise, if you're like me and you're into OS Development you're going to need a TON of if statements. SO that's where case and switch come in! ;)
@Crecross
@Crecross Жыл бұрын
@@leg1187 You're literally saying what he has already said in the video 💀
@leg1187
@leg1187 Жыл бұрын
@@Crecross Yea is that a issue?
@KathushGaming
@KathushGaming Жыл бұрын
You are absolutely right Bro
@Pavme
@Pavme 2 ай бұрын
why is that?
@DsgSleazy
@DsgSleazy Ай бұрын
This guy’s literally better than my 3 hour lectures, wtf😂
@juanjoseblancomurillo8826
@juanjoseblancomurillo8826 11 ай бұрын
thanks, I was not quite getting it with the microsoft learn class and you help me to get it in less than 3 minutes, u r awesome
@GilGaladGaming
@GilGaladGaming 2 жыл бұрын
bro you make so much sense I'm lucky I found you
@coolname489
@coolname489 Ай бұрын
Lovely explanation, just startet me Apprenticeship. greetings from Germany
@bartsworkshop
@bartsworkshop 10 ай бұрын
Thank you for these easy to follow and short videos!
@bobojenkins5805
@bobojenkins5805 11 ай бұрын
0:57 is what you came here for
@liamf8217
@liamf8217 3 ай бұрын
Thanks the video i watched previously never really explained what a switch statement is. This saved me
@owethumoyo4020
@owethumoyo4020 2 жыл бұрын
Enjoying your lesson
@kingtyphoon
@kingtyphoon Жыл бұрын
This is a straight to the core and good video!
@StephenBeale
@StephenBeale 4 ай бұрын
Love your work, thanks 🙏
@darkbrotherhood5363
@darkbrotherhood5363 2 жыл бұрын
VERY useful! Thank you!
@nkosisiya_
@nkosisiya_ 9 ай бұрын
Common bro w
@AtillaRustemli
@AtillaRustemli Жыл бұрын
Thank you very much.That so helpful for me.
@TheMasterswordish
@TheMasterswordish 2 жыл бұрын
Random comment, thanks for excisting
@jackchitte
@jackchitte 9 ай бұрын
Thank you 😊
@definitelynotchris4776
@definitelynotchris4776 2 ай бұрын
my 3rd favorite kind of nintendo
@marsivanova2008
@marsivanova2008 Жыл бұрын
Thanks bro! U the best!
@christianamplayo3798
@christianamplayo3798 Жыл бұрын
why the heck am i not subscibe to this man?!?!
@FrankIsDoingThings
@FrankIsDoingThings 6 ай бұрын
Couldn’t you make a list, take user input then compare it to the list? If it’s on the list then “It’s (whatever day)” if it’s not on the list just say that’s not a day?
@hamzarafi5387
@hamzarafi5387 2 жыл бұрын
tbh else if and switch looks the same. Switch has a good presentation that's all to it.
@asadaduf
@asadaduf Жыл бұрын
Oh it else if is the same as switch alright. But it's not the super one.
@nelliesnest5919
@nelliesnest5919 Жыл бұрын
The main diff is you don't need { } around every individual case, it makes the code a lot cleaner and much harder to bust up lol
3 жыл бұрын
Thanks!
@batusulun7297
@batusulun7297 Жыл бұрын
Do we use switch case only for strings? I mean after switch expression I tried to add a condition like a>60 but I got an error message. Besides in the video after the switch statement days of the weeks were written in double quote which is a string definin property.
@luckyizzac
@luckyizzac 11 ай бұрын
I dont think you can put any thing other than switch related stuff inside switch blocks (you can put it inside case and default blocks), because inside the switch blocks, the code is not read line by line like an if-else branch, the algorithm inside the switch block is different
@tubetimeline
@tubetimeline 10 ай бұрын
Hi batusulun, Switch can also be used with integer values. It is often used with ages for things like sorting for grade school, middle school and college.
@Hugo-Hug3000
@Hugo-Hug3000 26 күн бұрын
Thank you
@sickomode9966
@sickomode9966 Жыл бұрын
I’m trying to create a default for a calculator and when I add it still shows the default is there a way to correct this
@spartanranger
@spartanranger 3 жыл бұрын
Thanks for the video Bro
@atal8027
@atal8027 Жыл бұрын
very easily explained
@meowcat2363
@meowcat2363 Жыл бұрын
great!!!!! this type of video only work for me, short and easy to learn, i dont like other video so long and talking nonsence
@PixelPickleWaffle
@PixelPickleWaffle 7 ай бұрын
Very simple
@KarimOrabi-e7b
@KarimOrabi-e7b Жыл бұрын
easy simple quick
@simik4830
@simik4830 2 ай бұрын
comment for algorithmmm!!
@pawloaspaja289
@pawloaspaja289 2 жыл бұрын
Thanks bro.
@عنيدهوقلبيطيب-ر4ك
@عنيدهوقلبيطيب-ر4ك 2 ай бұрын
ممكن سوال لو عايزه اكتب باستخدام case لى رقم بين 10 و 20 يكتب true يعني لو كتبت 15 يكتب. True
@whitedinamo
@whitedinamo 2 жыл бұрын
lesson check😇
@alexiscoe1040
@alexiscoe1040 3 жыл бұрын
Thanks again
@Maaikus
@Maaikus 2 жыл бұрын
lovely😀
@bozhenakondrat4169
@bozhenakondrat4169 3 жыл бұрын
thanks :)
@nikolaivanov8007
@nikolaivanov8007 2 жыл бұрын
thanks
@vinhnghiang1273
@vinhnghiang1273 5 ай бұрын
Today I know that birthday is not a day!!!!
@eastern815
@eastern815 Жыл бұрын
👍
@The_Ancient_Guardian
@The_Ancient_Guardian Жыл бұрын
come to Brazil.
@AmirmohammadKhezriGharai
@AmirmohammadKhezriGharai 15 күн бұрын
❤❤
@juriappo354
@juriappo354 2 жыл бұрын
thanks Bro
@ZeeWolfed
@ZeeWolfed 2 жыл бұрын
I don't understand what is default at the end.
@magasiku4710
@magasiku4710 2 жыл бұрын
It is the default thing the program writes, if the given data is none of the cases above
@ZeeWolfed
@ZeeWolfed 2 жыл бұрын
@@magasiku4710 ah okay thanks mate
@Username92381
@Username92381 Жыл бұрын
It's alternative choice Bruv, you can't hower all of cases
@McPatoo
@McPatoo Жыл бұрын
Here we go :v
@joji5577
@joji5577 Жыл бұрын
i love you
@budderrar5751
@budderrar5751 2 жыл бұрын
noice
@drea7363
@drea7363 Жыл бұрын
random comment 😃
@syeid_mot
@syeid_mot 10 ай бұрын
لماذا الترجمة للعربية مزيفة 😡 !
@tigranziberov-mkrtchyan6375
@tigranziberov-mkrtchyan6375 Жыл бұрын
Console.WriteLine("please enter the names of your family members"); string names =Console.ReadLine(); switch (names) { case "Tristan": Console.Beep(); Console.WriteLine("Right,He is your son "); break; case "Artashes": Console.Beep(); Console.WriteLine("Right,he is your oldest son"); break; case "Albertina": Console.Beep(); Console.WriteLine("Right,she is your wife"); break; case "Tigran": Console.Beep(); Console.WriteLine("Right,its YOu"); break; Console.Beep(); default: Console.Beep(); Console.WriteLine("That person is not a family member"); break;
@MeilaTransFem
@MeilaTransFem Жыл бұрын
Actually the beep before the default shouldn't be there, it isn't connected to anything so either it will give an error or it will just never run
C# logical operators && || 🔣
3:56
Bro Code
Рет қаралды 31 М.
C# if statements 🤔
6:27
Bro Code
Рет қаралды 49 М.
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 15 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 8 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 19 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 16 МЛН
C# interfaces 🐟
5:38
Bro Code
Рет қаралды 143 М.
Conditionals (Switch)
7:24
Neso Academy
Рет қаралды 402 М.
C# rock-paper-scissors game 🗿
11:44
Bro Code
Рет қаралды 37 М.
Switch case statement in C# |  C# Tutorial for Beginners
13:29
WebGentle
Рет қаралды 2,4 М.
C switch statements 🔽
3:40
Bro Code
Рет қаралды 121 М.
Switch Statements | C# | Tutorial 17
8:30
Giraffe Academy
Рет қаралды 25 М.
C# calculator program 🖩
8:02
Bro Code
Рет қаралды 65 М.
C# methods 📞
6:05
Bro Code
Рет қаралды 62 М.
Switch case statement - C# programming tutorial for beginners
22:18
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 15 МЛН