Computer Science, asked by freddysyad, 2 months ago

which are the selection statements in java​

Answers

Answered by yadunandini2006
0

Explanation:

Java has three types of selection statements. The if statement either performs (selects) an action, if a condition is true, or skips it, if the condition is false. The if ... else statement performs an action if a condition is true and performs a different action if the condition is false.

Answered by gursharanjali
0

Answer:

Java has three types of selection statements. The if statement either performs (selects) an action, if a condition is true, or skips it, if the condition is false. The if ... elsestatement performs an action if a condition is true and performs a different action if the condition is false.

Similar questions