commit
94b90c04f3
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ importance: 4
|
|||
|
||||
---
|
||||
|
||||
# Which values shows the while?
|
||||
# Which values does the while loop show?
|
||||
|
||||
For every loop, write down which values it shows, in your opinion. And then compare with the answer.
|
||||
For every loop iteration, write down which value it outputs and then compare it with the solution.
|
||||
|
||||
Both loops `alert` same values or not?
|
||||
Both loops `alert` the same values, or not?
|
||||
|
||||
1. The prefix form `++i`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue