write down the syntax used IF ELSE & IF ELSE IF conditional constructs
Answers
Answered by
3
Answer:
Hmm. Good question.
if (condition)
statement1;
else
statement2;
Similar questions