Run the attached Set_3_Test.cpp to test your code. The output of the program has to be exactly the same to the Expected output below. Instruction is in the attached file. Need the “Set.h” file for this HW mainly. Expected output: int arr1[] = {2, 1, 4, 3, 5, 4} Set1(arr1):
[…]