Question:
What are the types of branching?
Author: Christian NAnswer:
Two-way branching Selection of the next statement(s) based on a logical expression (e.g if else) Multiway branching Selection of the next statement(s) based on an expression with finite value range (e.g switch case)
0 / 5 Â (0 ratings)
1 answer(s) in total