Concept:For the sum of two integers to be odd, one integer must be odd and the other even.Explanation:Out of 20 consecutive positive integers, there are 10 odd and 10 even numbers.Total ways to choose 2 integers: n(S)=20C2​=190.Favorable ways: choose 1 odd and 1 even, so n(E)=10×10=100.Therefore, P(sum is odd)=n(S)n(E)​=190100​=1910​.Answer:1910​, which is option A.