Computer Science, asked by Sagnik5242, 6 months ago

write the syntax of if statement and explain it​

Answers

Answered by dattarajshinde44
1

Answer:

In Java

if ( statement ) {

 condition

}

else {

 condition

}

Similar questions