A few days ago someone asked me to detect if an integer could be produced by the sum of two integers in an array of integers. using System; using System.Collections.Generic; using System.Diagnostics; namespace LittleProblem { internal class Program {...