Talk:Loops/While: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added a new section. -- ~~~~)
Line 1: Line 1:
Perhaps it should be specified that the number should be int or the number to count down to should be '1' rather than '0' The reason is that for languages that support the numbers rather than integers, the value only tends towards '0' never reaching it :)
Perhaps it should be specified that the number should be int or the number to count down to should be '1' rather than '0' The reason is that for languages that support the numbers rather than integers, the value only tends towards '0' never reaching it :)

==task requirements==

It seems the most simple tasks are so easily misunderstood.

Print, and [''then''] divide.   I can't see the interpretation of dividing and ''then'' printing. -- [[User:Gerard Schildberger|Gerard Schildberger]] 01:32, 30 March 2013 (UTC)

Revision as of 01:32, 30 March 2013

Perhaps it should be specified that the number should be int or the number to count down to should be '1' rather than '0' The reason is that for languages that support the numbers rather than integers, the value only tends towards '0' never reaching it :)

task requirements

It seems the most simple tasks are so easily misunderstood.

Print, and [then] divide.   I can't see the interpretation of dividing and then printing. -- Gerard Schildberger 01:32, 30 March 2013 (UTC)