My FOR loop statement doesn't work with any 4digit number, it works with 100 but not 1000 which is what I need it to count down from, I don't understand why it'll work with 100 but not 1000, it counts down from 596 for some reason, here is my code:
Drop this line: meow--; You are already post decrementing meow in your for loop. It isn't counting down at 596, I assume you're scrolling up on the console window and that's the first you number you see.