Skip to content

Commit a548a67

Browse files
Merge pull request rage#219 from ghost/patch-1
Fix grammar error
2 parents fac2502 + 71d2532 commit a548a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/part-8/1-recap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Write a program that reads strings from the user until the user inputs the strin
6969
<programming-exercise name='Average of positive numbers' tmcname='part08-Part08_02.AverageOfPositiveNumbers'>
7070

7171
<!-- Kirjoita ohjelma, joka lukee käyttäjältä kokonaislukuja kunnes käyttäjä syöttää luvun 0. Tämän jälkeen ohjelma tulostaa syötteessä esiintyneiden positiivisten (eli nollaa suurempien lukujen) keskiarvon. -->
72-
Write a number that asks user for input until the user inputs 0.
72+
Write a program that asks user for input until the user inputs 0.
7373
After this, the program prints the average of the positive numbers (numbers that are greater than zero).
7474

7575
<!-- Mikäli ohjelmassa ei syötetä yhtäkään positiivista lukua, ohjelman tulee tulostaa "keskiarvon laskeminen ei ole mahdollista". -->

0 commit comments

Comments
 (0)