Skip to content

Commit a1844fe

Browse files
authored
Fix instructions to match tests
Instructions require to print "Carry on?" while the test is expecting "Shall we carry on?"
1 parent 12f4199 commit a1844fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

data/part-2/2-repeating.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,17 @@ Ready!
190190
<programming-exercise name="Carry on?" tmcname='part02-Part02_05.CarryOn'>
191191

192192
<!-- Kirjoita edellä olevaa toistolause-esimerkkiä mukaillen ohjelma, joka kysyy käyttäjältä "Jatketaanko?" kunnes käyttäjä syöttää merkkijonon "ei". -->
193-
Write a program by using the loop example that asks "Carry on?" until the user inputs the string "no".
193+
Write a program by using the loop example that asks "Shall we carry on?" until the user inputs the string "no".
194194

195195
<sample-output>
196196

197-
Carry on?
197+
Shall we carry on?
198198
**yes**
199-
Carry on?
199+
Shall we carry on?
200200
**ye**
201-
Carry on?
201+
Shall we carry on?
202202
**y**
203-
Carry on?
203+
Shall we carry on?
204204
**no**
205205

206206
</sample-output>

0 commit comments

Comments
 (0)