Skip to content

Commit 01baf31

Browse files
authored
Merge branch 'master' into exercises
2 parents 250b9fe + 44434af commit 01baf31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/osa-1/5-laskentaa-luvuilla.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ System.out.println(calculationWithoutParentheses); // prints 13
9393

9494
<!-- <programming-exercise name="Sekunnit vuorokaudessa" tmcname='osa01-Osa01_16.SekunnitVuorokaudessa'> -->
9595

96+
9697
<programming-exercise name="Seconds in a day" tmcname='part01-Part01_16.SecondsInADay'>
9798

99+
98100
<!-- Toteuta tehtäväpohjaan ohjelma, joka kysyy käyttäjältä vuorokausien lukumäärää. Tämän jälkeen ohjelma tulostaa sekuntien määrän annetuissa vuorokausissa. -->
99101

100102
In the exercise template, implement a program that asks the user for the number of days. After this, the program prints the number of seconds in the given number of days.
@@ -391,7 +393,6 @@ Give the second number:
391393
The sum of the numbers is 11
392394
</sample-output>
393395

394-
395396
<!-- <sample-output>
396397
397398
Syötä ensimmäinen luku!

0 commit comments

Comments
 (0)