Computer Science, asked by heyitsme67, 2 months ago

i need syntax (please tell fast friends)

Attachments:

Answers

Answered by akbarshibbi
1

Answer:

ok. here's the syntax of if else statement:

if(condition)

{

only execute when condition is true

}

else

{

only execute when condition is false

}

Similar questions