Computer Science, asked by shariff3000, 1 month ago

Write down the syntax for if...elif...else statement with example.​

Answers

Answered by apoorva936
1

Answer:

if(statement)

condition 1;

else

condition 2;

Answered by karthicksudha23
0

Answer:

if(statement)

condition 1;

else

condition 2;

Explanation:

Similar questions