C# Loops for beginners in 40 min - While, Do-While, For (C# Programming tutorial)

  Рет қаралды 9,458

CodeBeauty

CodeBeauty

Күн бұрын

Пікірлер: 62
@CodeBeauty
@CodeBeauty 5 ай бұрын
🚀📈💻🔥 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!💰Use this coupon to save 10% (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/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
@RealityBruno
@RealityBruno 5 ай бұрын
Hey Code beauty . You explained really nice all C and C#. I have a big request could you please do also Java ? For example OOP Java or many more Thank you
@Jennifer_Sei
@Jennifer_Sei 4 ай бұрын
Good morning Saldina. I'm Godwin, 19 years old studying computer science in Ghana. I am super interested in taking your course, but the dollar when converted to my local currency is considerably a lot of money. So, I would be glad if you could do something about the cost. Considering that I'm a student, and not working. Thanks for your consideration.
@CodeBeauty
@CodeBeauty 4 ай бұрын
Hey, please contact me at codebeautyacademy.info@gmail.com
@yawsokpor3061
@yawsokpor3061 5 ай бұрын
Hi I like your teaching skills and I will try to enroll🏃‍♂
@thedesigningdesk
@thedesigningdesk 5 ай бұрын
O MY GOD i m watching my favorite teacher live 😍😍
@CodeBeauty
@CodeBeauty 5 ай бұрын
Welcome 🥰🥰
@douglascaskey7302
@douglascaskey7302 20 күн бұрын
You do not always have to write a do...while or while loop to eventually be false. You can conditionally exit the loop with one of the jump statements such as break, return, continue, or goto. For ex: var name = "Bob"; var validTypes = new List {"M", "F, "O"}; while (true) { Console.WriteLine($"Welcome {name}, please pick a gender" + " (M)ale" + " (F)emale" + " (O)ther" + " "); var charType = Console.ReadLine(); if (validTypes.Contains(charType.ToUpper())) { break; } else { Console.WriteLine("Please enter a valid gender letter"); } } Will loop until you enter M, F, or O.
@genkidama7385
@genkidama7385 5 ай бұрын
omg, i stared at them for 45 mins.
@animetransition1030
@animetransition1030 5 ай бұрын
😂😂😂
@animetransition1030
@animetransition1030 5 ай бұрын
Baby lookin' good in Red ♥️
@alejandravillatoro-tq1ws
@alejandravillatoro-tq1ws 5 ай бұрын
plssss make java videos! u saved me when i took c++
@aprendamatematicaemais4156
@aprendamatematicaemais4156 5 ай бұрын
I love you, Saldina. You really helped me a lot. Thank you
@Evilra
@Evilra 5 ай бұрын
Simp!
@thedevil3123
@thedevil3123 4 ай бұрын
in coding or smth else?
@aprendamatematicaemais4156
@aprendamatematicaemais4156 4 ай бұрын
@@thedevil3123 In coding.
@ahmetyavuz769
@ahmetyavuz769 5 ай бұрын
ı love you so much, thanks for your video😊😊
@CodeBeauty
@CodeBeauty 5 ай бұрын
You're welcome 😊 🥰
@MrXSharing_is_caring
@MrXSharing_is_caring 4 ай бұрын
how to modify the button after a file is finish like the button says download but once the download is finish it will change to open file? Help T^T
@jakkdlaw
@jakkdlaw 5 ай бұрын
Looooopssss😊
@CodeBeauty
@CodeBeauty 5 ай бұрын
🔁😄
@usamaradwan
@usamaradwan 5 ай бұрын
================================================================= Thank you very much for all the useful and helpful videos. I wish you all the best. Please can you explain " foreach in c++ and c#? ======================================
@la_sn3ak3r19
@la_sn3ak3r19 5 ай бұрын
I prefer recursion over loops in some cases.
@CodeBeauty
@CodeBeauty 5 ай бұрын
Yup, for some cases, recursion is preferred, but the majority of problems are solved with loops, and anyone who plans to do programming and doesn't understand loops should absolutely learn them.
@rapmeca1382
@rapmeca1382 4 ай бұрын
Red Red Red 💕💕💕💕
@animetransition1030
@animetransition1030 5 ай бұрын
Noone: When studies become your distraction 🫠
@SZMarcos
@SZMarcos 5 ай бұрын
40 minutes for loops? Goodness!
@CodeBeauty
@CodeBeauty 5 ай бұрын
Yup, I wanted to show multiple examples and all types of loops 😊
@bashirahmad8066
@bashirahmad8066 5 ай бұрын
dear please share your whatsup or email address I have some doubt about the course​@@CodeBeauty
@CodeBeauty
@CodeBeauty 5 ай бұрын
You can ask all the questions about this video in the comments section, and I'll reply here so that others can benefit from the answer too. 😄 The questions about my practical programming course should go to codebeautyacademy.info@gmail.com
@naderhumood1199
@naderhumood1199 5 ай бұрын
Gorgeous girl ..lovely channel
@CodeBeauty
@CodeBeauty 5 ай бұрын
Thank you 🥰
@somsonbehailu2025
@somsonbehailu2025 5 ай бұрын
I love you dear..😍😍😍😍
@animetransition1030
@animetransition1030 5 ай бұрын
Simp go study
@bariisooabraahim1415
@bariisooabraahim1415 5 ай бұрын
Please i have tomorrow exam on array included. Please array 😢
@CodeBeauty
@CodeBeauty 5 ай бұрын
Watch this video first, and them my video about arrays, and you're covered. If you need dynamic arrays and pointers, then that's next. It'll be a long night ahead of you, but you can do it 🤞🤗
@la_sn3ak3r19
@la_sn3ak3r19 5 ай бұрын
Array? String [] arrayValue = new string [5] {1,2,3,4,5};
@bariisooabraahim1415
@bariisooabraahim1415 5 ай бұрын
@la_sn3ak3r19 yes.
@bariisooabraahim1415
@bariisooabraahim1415 5 ай бұрын
@CodeBeauty ok my lovely lecture
@vvkbees6473
@vvkbees6473 5 ай бұрын
😻
@eliasrodriues6614
@eliasrodriues6614 5 ай бұрын
You are pretty
@chenuka223
@chenuka223 4 ай бұрын
Only fans for coders
@CodeBeauty
@CodeBeauty 4 ай бұрын
Spare me
@skykid1075
@skykid1075 5 ай бұрын
Beautiful dress
@CodeBeauty
@CodeBeauty 5 ай бұрын
Thanks 🤗🥰
@skykid1075
@skykid1075 5 ай бұрын
@@CodeBeauty You are very welcome my dear 😘😘😘
@animetransition1030
@animetransition1030 5 ай бұрын
Simp
@xLevianeer
@xLevianeer 3 ай бұрын
TILF🤤
@animetransition1030
@animetransition1030 5 ай бұрын
Teacher i have not completed my homework and i have been so naughty ... I think i deserve punishment.. 😔
@fikirgunlugum
@fikirgunlugum 5 ай бұрын
What is the purpose of that picture. I am subscribed to this channel for Software, but this channel looks like it is trying to fish in the night club.
@CodeBeauty
@CodeBeauty 5 ай бұрын
What should women wear during hot summer days? You should probably visit other cultures and countries, and you'll see that people dress differently in different places. For example, I visited some African countries where people wear very heavy and big jewelry on their ears, nose, mouth, neck... to me, it looks very painful and hard to wear, but I understand its their culture and appreciate the diversity, and when I think of it, peope in Europe and America also undergo dangerous surgeries, put implants, filers, reshape bones, etc. all that in order to look pretty in their own culture. I feel pretty in this dress, that's all. I look at myself in the camera while filming, and if I like what I see, I feel more confident and motivated to do a better job. Also, I know that the majority of people prefer to see a girl who puts some effort into looking nice and presentable, rather than filming in an old shirt. 😄
@Ali_King906
@Ali_King906 5 ай бұрын
😅. But we are not here to watch po**s​@@CodeBeauty
@ChrisCarlos64
@ChrisCarlos64 5 ай бұрын
The purpose of this picture is to show that she's a human being who has a topic on loops in C# she wants to discuss. Pretty obvious, isn't it? Also f you're trying to say "Night club" like it's some sort of bad thing, or that she's being promiscuous with this attire I have to ask... 1. Have you ever been to a night club? This is modest by a hook up culture standard. 2. What is wrong with a night club? Ever been to one? You go dancing, hangout, have some fun. Not everyone goes to a night club to just hook up and have sex with strangers.... people do go there for fun, music, and dancing.
@SZMarcos
@SZMarcos 5 ай бұрын
@@CodeBeauty I'm so sorry you have to take this kind of nonsense 😅
@caslor2002
@caslor2002 5 ай бұрын
@@CodeBeauty Don't bother with these type of persons.. if it was true that subscribed to your channel for the software then would focus to the quality of your videos and your teaching method that make everything so clear to understand . As a man that you find you a very attractive woman and in other cases would be hard to concentrate in anything else but you... you have the charisma to make the others to concentrate to your teachings to your knowledge
@bashirahmad8066
@bashirahmad8066 5 ай бұрын
dear mam hope you are doing well dear i have some doubts in your paid course dear how to contact you please share your email address
@JakubSK
@JakubSK 2 ай бұрын
I’ve made it my life goal to keep messaging you until you send me your email address and/or phone number... Then I can tell our children how I met their mother😘
SMART POINTERS in C++ (for beginners in 20 minutes)
24:32
CodeBeauty
Рет қаралды 102 М.
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 34 МЛН
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 18 МЛН
While loops in Python are easy ♾️
6:58
Bro Code
Рет қаралды 390 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 585 М.
30 Programming Truths I know at 30 that I Wish I Knew at 20
17:41
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
Loops in C++ (for loops, while loops)
12:20
The Cherno
Рет қаралды 411 М.
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 34 МЛН