|
What will the program print if the initialization is changed to:
A good answer might be:
count is 0 count is 1 count is 2 count is 3 Done with the loop |
Boundary ConditionsWhat a loop does is affected by three activities. To decide what a loop will do, look carefully at the "boundaries" that these three activities establish:
Notice the changes from the previous program in the loop condition.
|
QUESTION 7:What does the program print out? Click Here after you have answered the question |