Activity 13.3.
Try out the features of the
do-while
-loop in the code window below. Test what happens if you edit the code so the condition of the loop is NOT met. Change the loop from a do-while
-to a while
-loop, and see if it produces the same results!