The following code will find the subsets of the masterset that sum to some number K. However, it will only do this for integers (or int in C++). I would like for it to do the sa