briefly explain if_else statement with a flow diagram
Answers
Answered by
5
Answer:
The if/else statement executes a block of code if a specified condition is true. If the condition is false, another block of code can be executed. The if/else statement is a part of JavaScript's "Conditional" Statements, which are used to perform different actions based on different conditions.
Answered by
1
Answer:
it will be briefly explain by the else statement with the flow diagram on three types
Similar questions