![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| 'value' keeps getting one subtracted from its value, which starts out at 10, every time the loop is executed. If it is executed more than once, its value, when printed after the loop will be less than 9. How much less depends on how many times the loop is executed – which you can work out from the code itself, of course, but which you also know directly from the program's output (how?). Colin Potts |