I am currently working on a class assignment where I need to extract the odd numbers from the regular numbers and work with those numbers. How would I go about that?
For example... the user inputs 1327421. I want to extract the odd numbers from that number. 1, 3, 7, 1
Is there a way to do that?