Computer Science, asked by Anonymous, 1 year ago

what is the significance of test condition in an if statement in java???

Answers

Answered by Anonymous
4
Java if...else (if-then-else) Statement. The if statement executes a certain section of code if the test expressionis evaluated to true. The if statementcan have optional else statement. Codes inside the body of else statement are executed if the test expression is false
Similar questions