Computer Science, asked by samyakbharilya7812, 1 year ago

Give syntax and example of If - Else statement

Answers

Answered by bijitasethy
4
If <condition 1 > then print <condition 2>
else print <condition 3>
hope it helps.
Answered by karthicksudha23
0

Answer:

if(statement)

condition 1;

else

condition 2;

Explanation:

Similar questions