Talk:Loops/Do-while

From Rosetta Code
Revision as of 04:54, 15 September 2009 by rosettacode>Sgeier (self-contradictory task?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

self-contradictory task?

If value is supposed to start at "zero" and looping is to be performed "while value mod 6 is not equal to zero", then it follows that the loops should be executed zero times since 0 mod 6 == 0. Requiring that the loop should execute at least once is in conflict with the other requirements.Sgeier 04:54, 15 September 2009 (UTC)