Another way to see this is to note that that the sum of the first n even positive integers is n(n+1)
And the sum of the first n positive odd integers is n^2.
Therefore
n(n+1) - n^2 = n^2 + n - n^2 = n
And since n = 102 in both cases, then that's the final sum.
