Computer Science, asked by koppusaikumar750, 6 months ago

why conditional branching is required? ​

Answers

Answered by shajahanshameera
0

branching is the term used to describe the set of operations such as 'if <condition> do <something> else do <something else>' and the various case and switch statements in conventional imperative languages such as C, PERL and Java. ... Conditionals are driven by the control links within the workflow.

Similar questions