Computer Science, asked by Sopanwani, 8 months ago

Write the general syntax of it function

Answers

Answered by qfaiz373
0

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