Conditional Statements

If/Else Condition

10 is greater than 5.

Switch Case

Thursday

Conditional statements control the flow of execution based on specified conditions. They allow the program to make decisions based on different scenarios.