Computer Science, asked by angelkatiyar07, 7 months ago

write syntax and working of if statement used in java

Answers

Answered by nileshthakurbgp56rdh
2

Answer:

okay.

Explanation:

syntax:-

if ( condition ){

statements to do if true;

}else{

statements to do if false;

}

Similar questions