Talk:Loops/Increment loop index within loop body

From Rosetta Code
Revision as of 14:46, 17 March 2019 by Nigel Galloway (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)