Improved phrasing

This commit is contained in:
Jay 2018-11-09 09:16:27 +01:00 committed by GitHub
parent 089dcb6a12
commit 0f09ce5e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`: