Fill in the function template to make a working function. Ma…

Fill in the function template to make a working function. Make sure your function conforms to the instructions given in the comments for the function.  [Note: Include the function header in you answer, you don’t need to copy the comment section in your response] ___________ commix(_______________________ ){// This function takes two sets as input and returns a new set. The new// set must contain all of the values from both original sets. The// original sets should not be changed by this method.// // YOU SHOULD NOT IMPLEMENT THIS METHOD RECURSIVELY!}