Recursive Iteration looping forever after first
I have very simple code, that for a SOSA STRADONITZ number returns the generation of the person: 1 is 1 2-3 is 2 4-7 is 3 8-15 is 4 16-13 is 5 (…) The code is the follwing, but it does not return ever after the second point, why? public static void main(String[] args) {… Read More Recursive Iteration looping forever after first