Explain if else control structure with its significance
Answers
Answered by
2
Answer:
Syntax of if else statement: If condition returns true then the statements inside the body of “if” are executed and the statements inside body of “else” are skipped. If condition returns false then the statements inside the body of “if” are skipped and the statements in “else” are executed.
Similar questions
Social Sciences,
6 months ago
CBSE BOARD XII,
6 months ago
Accountancy,
6 months ago
Biology,
1 year ago
Math,
1 year ago
Math,
1 year ago