write the syntax of if statement and explain it
Answers
Answered by
1
Answer:
In Java
if ( statement ) {
condition
}
else {
condition
}
Similar questions