Merge pull request #614 from jayhybrid/patch-5

Improved phrasing
This commit is contained in:
Ilya Kantor 2018-11-09 12:26:22 +03:00 committed by GitHub
commit 94b90c04f3
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`: