When You write a code different actions for different conditions. Then, You can use Conditional statements in your code to do this.
If Statement:-
If Statement executes some code when one condition is true.
ex:-
If …else Statement:-
If …. else Statement executes similar if statement when one condition is true and another condition is false.
ex:-
If…elseif…else Statement:-
If…elseif…else Statement executes different codes when for more than than two or multiple codes.
ex:-
Switch Statement:-
Switch Statement executes one of many Statement when true.
ex:-
If and nested if:-
If and nested if multiple code executes when true total statement print and when wrong then wrong statement print.
ex:-
If… else… nested…if:-
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024