Computer Science, asked by chaterjeebidita, 1 month ago

write down the syntax used IF ELSE & IF ELSE IF conditional constructs​

Answers

Answered by devsharmaanirudh
3

Answer:

Hmm. Good question.

if (condition)

statement1;

else

statement2;

Similar questions