User Profile
Collapse
-
I was looking this over and realized that the method doesn't even do what it is intended to do. Back to the drawing board. -
java.lang.StackOverflowError
I seem to be having an overflow problem every time I plug in a value. The program is supposed to give the different combinations that a giving amount of money can be sorted into, with care given to the order, but every time I call the bestbills method, the program generates a StackOverflowEr ror. I'm not quite sure how to eliminate this problem.
import java.lang.*;
import java.util.*;
import java.text.*;
...
No activity results to display
Show More
Leave a comment: