Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/part-1/3-reading-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Hi Ada Lovelace!
</sample-output>

<!-- Huom! Kun käytät `System.out.println`-komentoa, älä kirjoita komentoon merkkijonoa "Ada Lovelace", vaan hyödynnä tulostuksessa olemassaolevaa muuttujaa `nimi`: `System.out.println("Hei " + ...)`. -->
NB! When using the `System.out.println` command, do not pass in the string "Ada Lovelace" as a parameter. Instead, use the existing variable `name`: `System.out.println("Hi " + ...)`
NB! When using the `System.out.println` command, do not pass in the string "Ada Lovelace" as a argument. Instead, use the existing variable `name`: `System.out.println("Hi " + ...)`

</programming-exercise>

Expand Down