When no two numbers in the array sum up to the target, the program throws an IllegalArgumentException("No solution found") and crashes. This is fine for LeetCode-style problems (where a solution is ...