Skip to content

2/25/2025

Conditional Statements: Are used to perform different actions based on different conditions.

Switch Statement: Is used to perform different actions based on different conditions.

Break: This will stop the execution inside the switch block.

Default: Specifies the code to run if there is no case match.

We will understand what makes comparisons and determine the path of code execution that users need to experience.

Code & Curiosities