So, the last task (Odd or Even). I don't see the following int variables initialized to zero anywhere, but the program somehow works just fine without errors: public static int even; public static int odd; What am I missing? TIA!