The number between -1 and 10 means start counting from 0 and stop just before 10. Which is 9. And only include the odd integers.
So, the set will be {1, 3, 5, 7, 9}.
EDIT:
I want to give a thank you to Helpwithschool for finding a mistake in my answer!