Computer Science, asked by bhagwatraj45, 8 months ago

Which statement provides an easy way to dispatch execution to different parts of your code based on the value of an expression?​

Answers

Answered by sweka11
1

Answer:

Switch

Explanation:

Switch is an easy way to dispatch execution

Similar questions