What is the correct and easy definition of Selection statements in java?
please give me the answer, don't spam as I have my computer test tomorrow
Answers
Answered by
3
In java, the selection statements are also known as decision making statements or branching statements or conditional control statements. The selection statements are used to select a part of the program to be executed based on a condition. Java provides the following selection statements.
- if statement
- if-else statement
- nested if statement
- if-else if statement
- switch statement
Answered by
3
Answer:
In java, the selection statements are also known as decision making statements or branching statements or conditional control statements. The selection statements are used to select a part of the program to be executed based on a condition.
Explanation:
HOPE IT'S HELPFUL TO YOU PLEASE MARK ME AS THE BRAINLIESTS
AND ALL THE BEST FOR COMPUTER EXAM
Similar questions