The correct matching of the task to the type of control structure it represents is:
This refers to the block of programming which makes use of analysis to decide the next move of a set of variables based on pre-set parameters.
With this in mind, we can see that the switch case has to do with the testing of variables for equality against a set of values while the if else assembling has to do with conditional commands which requires an action to be performed if all conditions are satisfied.
Read more about conditional statements here::
https://brainly.com/question/11073037