Rust Crash Course | #9 Conditions & Control Flow (if, else, while, for, and many more!)

preview_player
Показать описание
Welcome back to video number 9 in this Rust tutorial series! In this video, we learn about Conditions and Control Flow - 2 incredibly important aspects of programming!

📖Resources📖

💻Code💻

⏰Time Stamps⏰
00:00 - Quick Recap of the Previous Video
00:45 - Introduction to Control Flow
01:28 - Conditions
06:16 - Compound Conditions
10:48 - Control Flow (if, else if, else statement)
13:28 - Short Hand Control Flow
15:24 - Loops
18:49 - While Loops
22:16 - For Range Loop
23:19 - Iterating Loop

🔗 Social Media Links 🔗

💸 Donations 💸
Рекомендации по теме
Комментарии
Автор

Yeah this one was rough, happy you pushed through it. I was coding along with you. My first specialize language "Rust". A few people told me not to start out with this as a first programming language. But whatever it's a challenge, I have committed myself to go through. Please continue. Thank you 🙏🏾

clarencewashington
Автор

Awesome content as all way's, need to spend more time on rust and good to see linux dev's talk about adding it as default to systems. Good to see you ahead of the curve, Thank you.

djbroake
Автор

Thank you very much, Ellie! Very helpful content and you are nice!

LTibor
Автор

Lol, behind scene footage move ! was realy funny made me laugh so much! . Thank you for a great content you are an inspiration

testme
Автор

Can't we use traditional for loop? I want to loop over a range with intervals of two. Like (i=0;i<10;i=i+2)

AmanChavan