You can put this solution on YOUR website! how can i get the consucative even odd digit number
.
for "even consecutive" numbers:
Let x = first even number
then
x+2 = second even consecutive number
.
for "odd consecutive" numbers:
Let x = first odd number
then
x+2 = second odd consecutive number
.
Apply the above to your problems. It will work out...