Talk:Loops/Increment loop index within loop body: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "== increments the index such that the new index is now that prime== I must start with the index i 42.<br> I must increment i until it is prime, so 43. I must now increment i s...")
(No difference)

Revision as of 14:46, 17 March 2019

increments the index such that the new index is now that prime

I must start with the index i 42.
I must increment i until it is prime, so 43. I must now increment i such that the new i is now 43?
I interpreted the sentence ' increments the index such that the new index is now that prime ' to mean you wanted me to set i to 43+43 but this is not what the task specification says.--Nigel Galloway (talk) 14:41, 17 March 2019 (UTC)