Question description
Ace my homework – Write a while loop to prints 2 through 128 in
brackets, each on a new line. You should
initialize your loop control variable to 2.
Output the value of the loop control variable each time through the
loop. Use a condition that ends the loop
after 64 is printed.