What’s wrong with this method?
public double sum(double x){ if (x == 0.5) { return x; } else { return sum(x) + Math.random() ; }} // end sum
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.