Name the selection constructs in Java.
please don't spam else you'll make fun of you and your deeds indirectly
Answers
Answered by
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 ... else statement performs an action if a condition is true and performs a different action if the condition is false.
Similar questions