Computer Science, asked by adityarathod367, 23 days ago

difference between if and if_else​

Answers

Answered by Anonymous
2

Answer:

The if statement is a decision-making structure that consists of an expression followed by one or more statements. The if else is a decision-making structure in which the if statement can be followed by an optional else statement that executes when the expression is false.

Similar questions