Loops/While: Difference between revisions

Line 492:
let N be N / 2;</lang>
=={{header|IWBASIC}}==
{{incorrect|IWBASIC|-- <br>
* The program isn't consistent with the task's requirements (... divide by 2, print the result ...)
<br>}}
<lang IWBASIC>
 
Line 503 ⟶ 500:
OPENCONSOLE
 
WHILE X<2024>0
 
X=X+1/2
PRINT X
 
Anonymous user