Consider an equal group problem: given n positive integers,partition them into two disjoint groups with the same sum of theirelements. Of course, the problem does not always have a solution.You should write a C++ program called equal_group.cpp to solve theproblem. In the program, you can assume that the max number ofinput integer values is 15. And also, you can assume that the inputvalues are all distinct. This is a sample run of the program: $ g++-o equal_group equal_group.cpp $ ./equal_group Number of input: 4Enter 4 numbers: 1 2 3 4 Equal Group: 1 4 vs 2 3 Done. This isanother
PayPal Gateway not configured
PayPal Gateway not configured