How do I show that the sum of 2 consecutive integers is always odd?

I'm stuck on this question. Can you explain and show how to solve this? Thank you! :)

n + n+1 = 2n + 1

2n is even
the next one is odd :)