Loops/While: Difference between revisions

m
Added to iteration category
m (Added to iteration category)
Line 1:
{{task}}[[Category:Iteration]]Start a value at 1024. Loop while it is greater than 0. Print the value (with a newline) and divide it by two each time through the loop.
 
=={{header|Ada}}==
Anonymous user