We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a43a2e commit e83ee17Copy full SHA for e83ee17
1 file changed
src/loops/challenges.md
@@ -116,7 +116,7 @@ void main() {
116
117
Write code that will output each character of `name` on its own line.
118
119
-So for if `name` is equal to `"Bridget"`, I would expect the following as output.
+So if `name` is equal to `"Bridget"`, I would expect the following as output.
120
121
```text
122
B
@@ -201,6 +201,7 @@ If the initial number is `15` you should have this as output.
201
10
202
5
203
16
204
+8
205
4
206
2
207
1
0 commit comments