What is if statement with syntax and example
Answers
Answered by
3
Answer:
Syntax of if statement: The statements inside the body of “if” only execute if the given condition returns true. If the condition returns false then the statements inside “if” are skipped.
Answered by
11
Syntax of if statement: The statements inside the body of “if” only execute if the given condition returns true. If the condition returns false then the statements inside “if” are skipped.
Similar questions