Loops/While: Difference between revisions

Content deleted Content added
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}}==