Conditional structures

Опубликовано: 04 Июнь 2026
на канале: Algol
729
55

Article related to the content of this video:
✅ https://algol.dev/estruturas-condicio...

Videos of the practical exercises from this lesson:
💻 Java practice -    • Estruturas condicionais (Prática em Java)  
💻 C practice -    • Estruturas condicionais (Prática em C)  
💻 C++ practice -    • Estruturas condicionais (Prática em C++)  
💻 C# practice -    • Estruturas condicionais (Prática em C#)  
💻 Python practice -    • Estruturas condicionais (Prática em Python)  

Link to the video on Conditional Statements (prerequisite):
✔️    • Declarações condicionais  

Link to the video from the previous lesson (Compound Operators):
✔️    • Operadores compostos  

link For the next lesson video (While loop: repetition structure):
✔️    • Comando while  

📱 Instagram: @algol.dev

--------------------------------------------------------

If you've done a little programming, you've probably already written some conditional statements in your algorithm. The famous if-else statements.

But have you heard about nested conditional statements? A conditional statement placed one inside another? This is what we know as conditional structures.

In this video, we'll teach you all the details of conditional structures.

--------------------------------------------------------

00:00 Introduction
02:25 Optimization of conditional structures

Share this video:

   • Estruturas condicionais  

🤗 Warm regards! 🤗

#conditionalstructures #programming #algoldevcode