Computer Science, asked by saimohan814, 9 months ago

Is conditional statement is also known as multiway selection

Answers

Answered by Sumanmi
4

Answer:

Yes, the if else and case statements provide multiway selection

Answered by codiepienagoya
1

Multi-way branch:

Explanation:

  • It is true, that a multi-way branch is also known as a conditional statement.
  • It is a logical construct, which is mainly used in a programming language like, C, C++, etc.  
  • This statement modifies the control flow of the program, which is based on its value.
  • This value fits a specified definition to this statement, which is checked by the conditional statement.

Learn more:

  • Syntax: https://brainly.in/question/6178906
Similar questions