Computer Science, asked by balad6392, 1 year ago

what is the difference between if and if else statement in java

Answers

Answered by amannishad0512p5zxh6
1

if statement is executed only if condition is true,else if condition is executed when if condition is false.

Similar questions