Hello all, I am new to c++ and I am currently taking a class, but my teacher doesn't really teach anything which is why I am soliciting help. My current problem is that I'm not sure sure how to go about to solve my problem.



The problem: Ask user to input a positive integer then the output should show the odds and even numbers from the number entered

Example, if the user inputs the number '1426' then my codes output should show the even numbers from the number entered.
Even numbers entered: 2,4,6

It should also show the odd numbers as well. Example, if user inputs '134' then it should show....
Odd numbers entered: 1,3



Any help or tips would be very appreciative. Like i said, I'm only a month into my c++ class, so any help would be great.