From: James Edward Gray II Date: 2007-06-05T23:43:16+09:00 Subject: Re: FizzBuzz (#126) On Jun 5, 2007, at 9:29 AM, Rob Biedenharn wrote: > If I were giving this test, extra credit would be earned for > knowing that i%15 == 0 is equivalent to (i%3==0 && i%5==0) because > I can't imagine a programmer being very good without a firm grasp > of some math as basic as this. I guess you wouldn't hire me. I used the double-test form because I thought it was self documenting. James Edward Gray II