Question Assignment description
Write a while loop to prints 2 through 128 in
brackets, each on a new line. You must
initialize your loop management variable to 2.
Output the worth of the loop management variable each time through the
loop. Use a situation that ends the loop
after 64 is printed.