static void assertOdd(int i) { if (!odd(i)) fail("Not odd: " + i); }