Skip to content

Commit b6e9b2e

Browse files
authored
Merge pull request rage#93 from MattSmilin/patch-1
Fix instructions to match tests - Part 2.2
2 parents a2d4917 + a1844fe commit b6e9b2e

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)