Jump to content

Loops/While: Difference between revisions

m
Moved to Iteration cat
(added haskell attempt; not really loop)
m (Moved to Iteration cat)
Line 1:
{{task|Iteration}}[[Category:Iteration]]Start an integer 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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.