Computer Science, asked by karthikeyan1611n, 14 hours ago

Write The Difference Between if and ifelse?​

Answers

Answered by iamfalaqtariq
0

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.

Answered by lechusunitha123
0

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.

Explanation:

Similar questions