Hello, I am looking for someone who can create subsets of an N numbered set. The program should ask the user to enter the total number of elements in the set and then ask for each element of the set. Once this input is taken from the user, the program should calculate the subsets and print all the subsets on the screen. Please don't use object oriented or advanced C++ commands/functions as I might not be able to understand them. Don't worry about the length of the code but don't make it too complicated. I think this program might be done using the concepts of RECURSION but you can do it as you like. Here is the example of how the program should look like:- Enter number of elements of set: 4 Enter element 1: 3 Enter element 2: 6 Enter element 3: 8 Enter element 4: 11 Your output is:- {} {3} {6} {8} {11} {3,6} {3,8} {3,11} {6,8} {6,11} {8,11} {3,6,8} {3,6,11} {3,8,11} {6,8,11} {3,6,8,11} The program output might differ a little bit but the sequence of subsets should be in the order shown. I need this job done immediately and I can pay $10 via paypal after the work has been done. Please reply here or PM me for queries etc. Thank you!
Hello, If you have made the code, then send me the exe file. I am not asking for source code, once I think exe file is correct I will pay you and then you can send source code file. Thanks.