In this session, students will learn about conditional statements in programming. Specifically, students will learn:
What are conditional statements?
What is if statement:Students will learn about the if statement
What is if-else statement: Students will learn about the if-else statement
Switch statement: Students will learn about the switch statement
Nesting of conditional statements: Students will learn about nesting conditional statements.
By the end of this Session, students will have a full understanding of how to use conditional statements in their code. They will be able to write programs that can make decisions based on conditions and respond accordingly.