Conditional Statements
These statements control the flow your program based on conditions you set, and allows your code to respond depending on them.
About Conditional Statements
Learn More
if Statements
Learn More
if-else Statements
Learn More
User Input
Learn More
while Loops
Learn More
The break and continue Statements
Learn More