Write down the syntax for if...elif...else statement with example.
Answers
Answered by
1
Answer:
if(statement)
condition 1;
else
condition 2;
Answered by
0
Answer:
if(statement)
condition 1;
else
condition 2;
Explanation:
Similar questions