what is the if statement and if else statement explain with synax
Answers
Answered by
0
Explanation:
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.
Please mark as brainliest answer
Similar questions
English,
2 months ago
Math,
2 months ago
Computer Science,
2 months ago
Social Sciences,
4 months ago
English,
4 months ago
Math,
11 months ago