Using count-controlled iteration can lead to fewer programming errors and more flexible programs. As can be seen above, using iteration makes a program simpler, less error-prone and more flexible.
Because the condition is tested at the start of the loop, it is possible for the code within it to never actually be executed. Consider this program: set count = 6 while count < 6 print “Coding is ...